generated from nhcarrigan/template
Port in some older solutions I've written just to get the structure established and in place.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import NaomisConfig from '@nhcarrigan/eslint-config';
|
||||
|
||||
export default [
|
||||
...NaomisConfig,
|
||||
{
|
||||
rules: {
|
||||
'max-lines-per-function': 'off',
|
||||
'max-statements': 'off',
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ['src/**/*.spec.ts'],
|
||||
rules: {
|
||||
'max-nested-callbacks': 'off',
|
||||
}
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user