Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/backend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
2,
"single"
],
"indent": [
"error",
2
],
"implicit-arrow-linebreak": "off",
"consistent-return": "off",
"no-unused-vars": [
Expand Down Expand Up @@ -56,7 +60,8 @@
"error",
{
"code": 100,
"ignoreComments": true
"ignoreComments": true,
"ignoreUrls": true
}
],
"complexity": [
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sonarjs",
"react-func"
],
"parser": "babel-eslint",
"parser": "babel-eslint",
"rules": {
"indent": [
"error",
Expand Down Expand Up @@ -84,7 +84,7 @@
"max-len": [
"error",
{
"code": 90,
"code": 100,
"ignoreComments": true,
"ignoreUrls": true
}
Expand Down
7 changes: 6 additions & 1 deletion packages/fundamentals/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"error",
250
],
"indent": [
"error",
2
],
"max-lines-per-function": [
"error",
{
Expand All @@ -52,7 +56,8 @@
"error",
{
"code": 100,
"ignoreComments": true
"ignoreComments": true,
"ignoreUrls": true
}
],
"complexity": [
Expand Down