Update dependencies
This commit is contained in:
10
.eslintrc
10
.eslintrc
@ -21,16 +21,16 @@
|
||||
"no-redeclare": [2],
|
||||
"no-trailing-spaces": [2],
|
||||
"no-undef": [2],
|
||||
"no-underscore-dangle": [0],
|
||||
"no-underscore-dangle": [2],
|
||||
"no-unused-vars": [2],
|
||||
"no-use-before-define": [0],
|
||||
"quotes": [2, "single", { "allowTemplateLiterals": true }],
|
||||
"quotes": [2, "single", {"allowTemplateLiterals": true}],
|
||||
"react/display-name": [2],
|
||||
"react/jsx-no-bind": 2,
|
||||
"react/jsx-no-duplicate-props": 2,
|
||||
"react/jsx-no-undef": 2,
|
||||
"react/jsx-uses-react": 2,
|
||||
"react/jsx-uses-vars": 2,
|
||||
"react/jsx-uses-react": 2,
|
||||
"react/react-in-jsx-scope": 2,
|
||||
"react/no-unknown-property": [2],
|
||||
"react/prop-types": 2,
|
||||
@ -38,6 +38,10 @@
|
||||
"react/self-closing-comp": [2],
|
||||
"react/wrap-multilines": [2],
|
||||
"semi": [2, "always"],
|
||||
"keyword-spacing": [2, { "before": true, "after": true }],
|
||||
"space-before-blocks": 2,
|
||||
"space-before-function-paren": [2, "never"],
|
||||
"space-in-parens": [2, "never"],
|
||||
"strict": [0],
|
||||
"valid-typeof": 2
|
||||
}
|
||||
|
Reference in New Issue
Block a user