mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 03:36:22 +00:00
parent
29eb8ca10b
commit
3f2b1d3f79
1 changed files with 9 additions and 0 deletions
|
|
@ -7,5 +7,14 @@ module.exports = {
|
|||
rules: {
|
||||
'prefer-regex-literals': 'warn',
|
||||
'import/no-extraneous-dependencies': 'off',
|
||||
'require-await': 'error',
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['migrations/**', 'gulp/**'], // Or *.test.js
|
||||
rules: {
|
||||
'require-await': 'off',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue