Skip to content

Commit

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

* fix lint
  • Loading branch information
zhaoyongjie committed Nov 25, 2021
1 parent fba97ea commit 01a89ff
Show file tree
Hide file tree
Showing 18 changed files with 6,583 additions and 1,810 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ esm/
lib/
tmp/
dist/
temporary-plugins/
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 01a89ff

Please sign in to comment.