Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Nov 7, 2023
1 parent 650d0d0 commit 9023c2f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ module.exports = {
'jest/no-focused-tests': process.env.CI ? 'error' : 'off',
},
overrides: [
{
files: ['**/__tests__/**', '**/scripts/**'],
rules: {
'require-await': 'off',
'@typescript-eslint/require-await': 'off',
'@typescript-eslint/no-restricted-imports': 'off',
},
},
{
files: ['**/src/**'],
rules: {
Expand All @@ -87,6 +79,14 @@ module.exports = {
],
},
},
{
files: ['**/__tests__/**', '**/scripts/**'],
rules: {
'require-await': 'off',
'@typescript-eslint/require-await': 'off',
'@typescript-eslint/no-restricted-imports': 'off',
},
},
],
},
{
Expand Down

0 comments on commit 9023c2f

Please sign in to comment.