chore: update
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
'standard',
|
||||
'plugin:import/errors',
|
||||
'plugin:import/warnings',
|
||||
'plugin:unicorn/recommended',
|
||||
],
|
||||
plugins: [
|
||||
'unicorn',
|
||||
|
@@ -22,5 +22,10 @@ module.exports = {
|
||||
'@typescript-eslint/no-parameter-properties': 'off',
|
||||
'@typescript-eslint/no-empty-interface': 'off',
|
||||
'@typescript-eslint/ban-ts-ignore': 'off',
|
||||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'@typescript-eslint/ban-ts-comment': 'off',
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
'@typescript-eslint/ban-types': 'off',
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user