Fix linting
This commit is contained in:
@ -16,7 +16,7 @@ plugins:
|
|||||||
- eslint-plugin-jsdoc
|
- eslint-plugin-jsdoc
|
||||||
- eslint-plugin-prefer-arrow
|
- eslint-plugin-prefer-arrow
|
||||||
- "@typescript-eslint"
|
- "@typescript-eslint"
|
||||||
- functional
|
- eslint-plugin-functional
|
||||||
root: true
|
root: true
|
||||||
rules:
|
rules:
|
||||||
no-undef: "off"
|
no-undef: "off"
|
||||||
@ -153,7 +153,6 @@ rules:
|
|||||||
indent: "off"
|
indent: "off"
|
||||||
jsdoc/check-alignment: error
|
jsdoc/check-alignment: error
|
||||||
jsdoc/check-indentation: "off"
|
jsdoc/check-indentation: "off"
|
||||||
jsdoc/newline-after-description: error
|
|
||||||
max-classes-per-file: "off"
|
max-classes-per-file: "off"
|
||||||
max-len: "off"
|
max-len: "off"
|
||||||
new-parens: error
|
new-parens: error
|
||||||
|
Reference in New Issue
Block a user