Skip to content

Commit

Permalink
fix: remove useless rule
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Aug 13, 2024
1 parent d905432 commit b0b0f2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export default function config(rootdir) {
'@stylistic/no-multiple-empty-lines': [ 'error', { 'max': 1 }],
'@stylistic/eol-last': [ 'warn', 'always' ],
'@stylistic/no-trailing-spaces': [ 'warn', { 'ignoreComments': true }],
'@typescript-eslint/require-await': [ 'warn' ],
'camelcase': [ 'off' ]
'@typescript-eslint/require-await': [ 'warn' ]
}
},
{
Expand Down

0 comments on commit b0b0f2b

Please sign in to comment.