Skip to content

Commit

Permalink
eslintrc package pnpm-lock APIConfig APIDiscovery Collapsible Config …
Browse files Browse the repository at this point in the history
…ConnectionTable Logs ModalCloseAllConnections Rules ClosePrevConns Basic ThemeSwitcher
  • Loading branch information
haishanh committed Jul 30, 2023
1 parent baa3771 commit e0de53d
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 2,087 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ plugins:
- jsx-a11y

extends:
# - react-app
- 'plugin:@typescript-eslint/recommended'
- react-app
- 'plugin:jsx-a11y/recommended'
- 'plugin:react/recommended'
- 'plugin:react-hooks/recommended'
- prettier

env:
Expand All @@ -20,6 +22,7 @@ env:
globals:
__DEV__: true

# more rules here https://github.com/facebook/create-react-app/blob/main/packages/eslint-config-react-app/index.js
rules:
'@typescript-eslint/no-empty-interface': 'off'
'@typescript-eslint/interface-name-prefix': 'off'
Expand All @@ -43,6 +46,7 @@ rules:
- warn
- additionalHooks: useRecoilCallback
simple-import-sort/imports: error
'react/prop-types': warn
# quotes: ["error", "single"]
# strict: ["error", "never"]
# no-console: "warn"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"eslint": "8.46.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.9.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand Down
Loading

0 comments on commit e0de53d

Please sign in to comment.