eslint-config-es
Advanced tools
Comparing version 0.6.11 to 0.7.0
'use strict'; | ||
const dictionary = require('./dictionary'); | ||
const parserOptions = { | ||
@@ -23,3 +25,4 @@ ecmaVersion: 6, | ||
'extended', | ||
'mocha' | ||
'mocha', | ||
'spellcheck' | ||
]; | ||
@@ -286,5 +289,16 @@ | ||
'mocha/no-synchronous-tests': 2, | ||
'mocha/no-global-tests': 2 | ||
'mocha/no-global-tests': 2, | ||
'spellcheck/spell-checker': [ 1, { | ||
comments: true, | ||
strings: true, | ||
identifiers: true, | ||
lang: 'en_US', | ||
skipWords: dictionary, | ||
skipIfMatch: [ | ||
'http://[^s]*' | ||
]} | ||
] | ||
}; | ||
module.exports = { parserOptions, env, globals, plugins, rules }; |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.6.11", | ||
"version": "0.7.0", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -11,3 +11,4 @@ # eslint-config-es | ||
eslint-plugin-extended \ | ||
eslint-plugin-mocha | ||
eslint-plugin-mocha \ | ||
eslint-plugin-spellcheck | ||
``` | ||
@@ -14,0 +15,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
11899
8
327
49
0