eslint-config-signavio
Advanced tools
Comparing version 1.4.0 to 1.4.1
12
index.js
@@ -17,14 +17,2 @@ module.exports = { | ||
rules: { | ||
'class-methods-use-this': ['error', { | ||
'exceptMethods': [ | ||
'componentDidMount', | ||
'componentDidUpdate', | ||
'componentWillMount', | ||
'componentWillReceiveProps', | ||
'componentWillUnmount', | ||
'componentWillUpdate', | ||
'render', | ||
'shouldComponentUpdate', | ||
], | ||
}], | ||
'comma-dangle': ['error', 'always-multiline'], | ||
@@ -31,0 +19,0 @@ // write semicolons only if necessary, not always |
{ | ||
"name": "eslint-config-signavio", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "", | ||
@@ -29,5 +29,5 @@ "main": "index.js", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^3.0.1", | ||
"eslint-plugin-jsx-a11y": "^2.0.0", | ||
"eslint-plugin-react": "^6.8.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
38198
58
- Removedeslint-plugin-jsx-a11y@3.0.2(transitive)