This commit is contained in:
FairyEver
2019-12-14 22:12:45 +08:00
parent b05974bbc2
commit 28e7a3b97f
12 changed files with 13071 additions and 3883 deletions

View File

@@ -13,5 +13,16 @@ module.exports = {
},
parserOptions: {
parser: 'babel-eslint'
}
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
jest: true
}
}
]
}