eslint-config-es
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -46,3 +46,2 @@ 'use strict'; | ||
'no-irregular-whitespace': 2, | ||
'no-negated-in-lhs': 2, | ||
'no-obj-calls': 2, | ||
@@ -52,4 +51,6 @@ 'no-regex-spaces': 2, | ||
'no-unexpected-multiline': 2, | ||
'no-template-curly-in-string': 2, | ||
'no-unreachable': 2, | ||
'no-unsafe-finally': 2, | ||
'no-unsafe-negation': 2, | ||
'use-isnan': 2, | ||
@@ -62,2 +63,3 @@ 'valid-jsdoc': 0, | ||
'block-scoped-var': 2, | ||
'class-methods-use-this': 2, | ||
complexity: 0, | ||
@@ -84,2 +86,3 @@ 'consistent-return': 0, | ||
'no-floating-decimal': 2, | ||
'no-global-assign': 2, | ||
'no-implicit-coercion': 2, | ||
@@ -96,3 +99,2 @@ 'no-implicit-globals': 2, | ||
'no-multi-str': 2, | ||
'no-native-reassign': 2, | ||
'no-new': 2, | ||
@@ -106,2 +108,3 @@ 'no-new-func': 2, | ||
'no-redeclare': 2, | ||
'no-restricted-properties': [ 2, {}], | ||
'no-return-assign': [ 2, 'always' ], | ||
@@ -167,2 +170,3 @@ 'no-script-url': 2, | ||
'func-names': 0, | ||
'func-call-spacing': [ 2, 'never' ], | ||
'func-style': [ 2, 'expression' ], | ||
@@ -181,2 +185,3 @@ 'id-blacklist': 0, | ||
'keyword-spacing': [ 2, { before: true, after: true }], | ||
'line-comment-position': [ 2, { position: 'above' }], | ||
'linebreak-style': [ 2, 'unix' ], | ||
@@ -195,2 +200,3 @@ 'lines-around-comment': [ 2, { | ||
}], | ||
'lines-around-directive': [ 2, 'always' ], | ||
'max-depth': 0, | ||
@@ -225,3 +231,2 @@ 'max-len': 0, | ||
'no-restricted-syntax': [ 2, 'ClassDeclaration' ], | ||
'no-spaced-func': 2, | ||
'no-ternary': 0, | ||
@@ -247,2 +252,3 @@ 'no-trailing-spaces': [ 2, { skipBlankLines: false }], | ||
'semi-spacing': [ 2, { before: false, after: true }], | ||
'sort-keys': [ 2, 'asc', { caseSensitive: true, natural: true }], | ||
'sort-vars': [ 2, { ignoreCase: true }], | ||
@@ -276,2 +282,3 @@ 'space-before-blocks': [ 2, 'always' ], | ||
'prefer-const': [ 2, { destructuring: 'any', ignoreReadBeforeAssign: true }], | ||
'prefer-numeric-literals': 2, | ||
'prefer-reflect': [ 2, { exceptions: []}], | ||
@@ -287,2 +294,3 @@ 'prefer-rest-params': 2, | ||
}], | ||
'symbol-description': 2, | ||
'template-curly-spacing': [ 2, 'never' ], | ||
@@ -289,0 +297,0 @@ 'yield-star-spacing': [ 2, { before: true, after: true }], |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.", | ||
@@ -18,3 +18,4 @@ "contributors": [ | ||
"devDependencies": { | ||
"roboter": "0.6.3" | ||
"roboter": "0.13.2", | ||
"roboter-server": "0.13.2" | ||
}, | ||
@@ -21,0 +22,0 @@ "repository": { |
@@ -35,3 +35,3 @@ # eslint-config-es | ||
```bash | ||
$ bot build-server | ||
$ bot | ||
``` | ||
@@ -38,0 +38,0 @@ |
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
Found 1 instance in 1 package
11824
313
0
2