1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Consolidate ESLint config files (#9231)

This commit is contained in:
Whymarrh Whitby 2020-08-14 13:41:25 -02:30 committed by GitHub
parent 04bfe3772c
commit 9e7841fa91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -126,6 +126,13 @@ module.exports = {
},
overrides: [{
files: [
'test/e2e/**/*.js',
],
rules: {
'mocha/no-hooks-for-single-case': 'off',
},
}, {
files: [
'app/scripts/migrations/*.js',
'*.stories.js',

View File

@ -1,5 +0,0 @@
module.exports = {
rules: {
'mocha/no-hooks-for-single-case': 'off',
},
}