Migrate to eslint
This commit is contained in:
parent
0fe7e30398
commit
b4e9c278d3
27 changed files with 104 additions and 71 deletions
|
@ -139,7 +139,7 @@ module.exports = {
|
|||
rules,
|
||||
},
|
||||
{
|
||||
files: ['**/*.stories.tsx', 'ts/build/**'],
|
||||
files: ['**/*.stories.tsx', 'ts/build/**', 'ts/test/**'],
|
||||
rules: {
|
||||
...rules,
|
||||
'import/no-extraneous-dependencies': 'off',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue