generated from nhcarrigan/template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import NaomisConfig from '@nhcarrigan/eslint-config';
|
||||
|
||||
export default [
|
||||
...NaomisConfig,
|
||||
{
|
||||
rules: {
|
||||
"no-console" : "off",
|
||||
"no-await-in-loop": "off"
|
||||
}
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user