Skip to content

Commit

Permalink
fix: no-spaced-func was deprecated in v3.3.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
JserWang committed Apr 26, 2021
1 parent 6646d1c commit c968ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ module.exports = {
'LabeledStatement',
'WithStatement',
],
'no-spaced-func': 'error',
'object-curly-spacing': ['error', 'always'],
'no-return-await': 'off',
'space-before-function-paren': ['error', 'never'],
Expand Down

0 comments on commit c968ecc

Please sign in to comment.