Remove some obsolete/deprecated eslint customizations
This commit is contained in:
parent
1cf66976d2
commit
a14ef88acf
@ -13,12 +13,9 @@ rules:
|
|||||||
padded-blocks: ["error", "never"]
|
padded-blocks: ["error", "never"]
|
||||||
space-before-function-paren: ["error", "never"]
|
space-before-function-paren: ["error", "never"]
|
||||||
no-underscore-dangle: "off"
|
no-underscore-dangle: "off"
|
||||||
vars-on-top: "off"
|
|
||||||
newline-after-var: "off"
|
|
||||||
camelcase: "off"
|
camelcase: "off"
|
||||||
require-jsdoc: "off"
|
require-jsdoc: "off"
|
||||||
func-style: ["error", "declaration"]
|
func-style: ["error", "declaration"]
|
||||||
newline-before-return: "off"
|
|
||||||
init-declarations: "off"
|
init-declarations: "off"
|
||||||
no-plusplus: "off"
|
no-plusplus: "off"
|
||||||
no-extra-parens: off
|
no-extra-parens: off
|
||||||
|
Loading…
Reference in New Issue
Block a user