Skip to content

Commit

Permalink
chore: bump @typescript-eslint/eslint-plugin 5.3.0 (apache-superset#1457
Browse files Browse the repository at this point in the history
)

* chore: bump eslint 5.3.0

* fix lint
  • Loading branch information
zhaoyongjie authored Nov 9, 2021
1 parent cf11b61 commit 46f3927
Show file tree
Hide file tree
Showing 18 changed files with 6,583 additions and 1,810 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ esm/
lib/
tmp/
dist/
temporary-plugins/
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
module.exports = {
extends: ['airbnb', 'prettier', 'prettier/react', 'plugin:react-hooks/recommended'],
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
Expand Down Expand Up @@ -178,6 +178,7 @@ module.exports = {
'react/prop-types': 0,
'react/require-default-props': 0,
'react/static-property-placement': 0, // re-enable up for discussion
'react/sort-comp': 0,
'prettier/prettier': 'error',
},
settings: {
Expand Down
Loading

0 comments on commit 46f3927

Please sign in to comment.