eslint-config-tui
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "eslint-config-tui", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "ESLint sharable config for TUI components", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": ">= 4" | ||
"eslint": ">= 5" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -49,2 +49,3 @@ module.exports = { | ||
'no-self-compare': 2, | ||
'no-self-assign': [2, {'props': true}], | ||
'no-sequences': 2, | ||
@@ -51,0 +52,0 @@ 'no-throw-literal': 2, |
@@ -30,2 +30,3 @@ module.exports = { | ||
'no-regex-spaces': 2, | ||
'no-misleading-character-class': 2, | ||
'no-sparse-arrays': 2, | ||
@@ -32,0 +33,0 @@ 'no-template-curly-in-string': 2, |
@@ -23,2 +23,3 @@ module.exports = { | ||
'no-var': 2, | ||
'no-async-promise-executor': 2, | ||
'object-shorthand': [2, 'always', {'avoidQuotes': true}], | ||
@@ -36,2 +37,3 @@ 'prefer-arrow-callback': [2, {'allowUnboundThis': false, 'allowNamedFunctions': true}], | ||
'require-yield': 2, | ||
'require-atomic-updates': 2, | ||
'rest-spread-spacing': [2, 'never'], | ||
@@ -38,0 +40,0 @@ 'sort-imports': 0, |
@@ -35,2 +35,3 @@ module.exports = { | ||
'max-statements': 0, | ||
'max-lines-per-function': 0, | ||
'multiline-ternary': 0, | ||
@@ -73,2 +74,3 @@ 'new-cap': 2, | ||
'require-jsdoc': 1, | ||
'require-unicode-regexp': 0, | ||
'semi': 2, | ||
@@ -75,0 +77,0 @@ 'semi-spacing': [2, {'before': false, 'after': true}], |
13911
324