New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-es

Package Overview
Dependencies
Maintainers
4
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-es - npm Package Compare versions

Comparing version 0.6.11 to 0.7.0

2015/dictionary.js

18

2015/server.js
'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 };

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc