Remove some obsolete/deprecated eslint customizations

This commit is contained in:
Florian Bruhin 2017-11-02 20:00:29 +01:00
parent 1cf66976d2
commit a14ef88acf

View File

@ -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