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