fix ESLint errors when opening a configuration file in the IDE
This commit is contained in:
parent
01f90265ec
commit
2b4b5fd32c
11 changed files with 31 additions and 18 deletions
|
|
@ -70,6 +70,7 @@ export default [
|
|||
"**/coverage/",
|
||||
"**/node_modules/",
|
||||
"**/migration/",
|
||||
"*.*",
|
||||
]
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -18,4 +18,10 @@ export default [
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: [
|
||||
'built/**/*',
|
||||
'*.*',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -40,4 +40,10 @@ export default [
|
|||
}],
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: [
|
||||
'built/**/*',
|
||||
'*.*',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
|
|
@ -19,4 +19,10 @@ export default [
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: [
|
||||
'built/**/*',
|
||||
'*.*',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue