Skip to content

Commit

Permalink
maint/build ~ remove ESlint config forcing ESM-type unit.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Dec 14, 2020
1 parent 0079d14 commit 69b155b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,5 @@ module.exports = {
'import/order': ['error', { 'newlines-between': 'always', alphabetize: { order: 'asc' } }],
'sort-imports': ['error', { ignoreDeclarationSort: true, ignoreCase: true }],
},
overrides: [
{
// "test.js" (for `ava`) is in module format (ESM)
files: ['unit.test.js'],
parserOptions: {
sourceType: 'module',
},
},
],
overrides: [],
};

0 comments on commit 69b155b

Please sign in to comment.