Skip to content

Commit

Permalink
Update .eslintrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeRicin committed Nov 16, 2023
1 parent 6c4e589 commit 3060a57
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ rules:
no-console: 0
react/react-in-jsx-scope: 0
functional/no-conditional-statement: 0
functional/no-conditional-statements: 0
functional/no-expression-statement: 0
functional/immutable-data: 0
functional/functional-parameters: 0
functional/no-try-statement: 0
functional/no-throw-statement: 0
functional/no-return-void: 0
no-underscore-dangle: [2, { "allow": ["__filename", "__dirname"] }]
react/function-component-definition:
[2, { "namedComponents": "arrow-function" }]
Expand Down
305 changes: 305 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
Expand Down

0 comments on commit 3060a57

Please sign in to comment.