|
|
@ -4,10 +4,13 @@
|
|
|
|
"no-console": [true, "error"],
|
|
|
|
"no-console": [true, "error"],
|
|
|
|
"interface-name": [true, "never-prefix"],
|
|
|
|
"interface-name": [true, "never-prefix"],
|
|
|
|
"ordered-imports": false,
|
|
|
|
"ordered-imports": false,
|
|
|
|
|
|
|
|
"jsx-boolean-value": [true, "never"],
|
|
|
|
"jsx-curly-spacing": [true, "never"],
|
|
|
|
"jsx-curly-spacing": [true, "never"],
|
|
|
|
"jsx-no-bind": [true, "allowArrowFunctions"],
|
|
|
|
"jsx-no-bind": [true, "allowArrowFunctions"],
|
|
|
|
"jsx-no-lambda": [false],
|
|
|
|
"jsx-no-lambda": [false],
|
|
|
|
"jsx-no-multiline-js": false,
|
|
|
|
"jsx-no-multiline-js": false,
|
|
|
|
|
|
|
|
"jsx-space-before-trailing-slash": true,
|
|
|
|
|
|
|
|
"jsx-key": true,
|
|
|
|
"max-classes-per-file": [false, 0],
|
|
|
|
"max-classes-per-file": [false, 0],
|
|
|
|
"max-line-length": false,
|
|
|
|
"max-line-length": false,
|
|
|
|
"no-consecutive-blank-lines": false,
|
|
|
|
"no-consecutive-blank-lines": false,
|
|
|
|