Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mapbox/eslint-config-mapbox

Package Overview
Dependencies
Maintainers
14
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/eslint-config-mapbox - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

node14.js

2

.eslintrc.js

@@ -6,3 +6,3 @@ 'use strict';

module.exports = {
extends: path.join(__dirname, './node10.js')
extends: path.join(__dirname, './node12.js')
};

@@ -9,3 +9,3 @@ 'use strict';

parserOptions: {
ecmaVersion: 2018
ecmaVersion: 2020
},

@@ -12,0 +12,0 @@ rules: {

# Changelog
## [2.0.1] - 2019-06-26
- Bugfix for compatibility with eslint v6
## 3.0.0 (2020-06-06)
## [2.0.0] - 2019-05-17
- Breaking: remove support for Node 4 and 6
- Breaking: require eslint >= 5.16.0 and eslint-plugin-node >= 9.0.0
- Add support for Node 10 and 12
- Breaking: remove support for Node 8.
- Change base `ecmaVersion` from `2018` to `2020`.
- Add `node14` configuration.
## 2.0.1 (2019-06-26)
- Bugfix for compatibility with eslint v6.
## 2.0.0 (2019-05-17)
- Breaking: remove support for Node 4 and 6.
- Breaking: require eslint >= 5.16.0 and eslint-plugin-node >= 9.0.0.
- Add support for Node 10 and 12.
{
"name": "@mapbox/eslint-config-mapbox",
"version": "2.0.1",
"version": "3.0.0",
"description": "Generic eslint configuration for Mapbox",

@@ -21,5 +21,5 @@ "main": "node.js",

"devDependencies": {
"eslint": "^6.0.1",
"eslint-plugin-node": "^9.1.0"
"eslint": "^7.3.1",
"eslint-plugin-node": "^11.1.0"
}
}

@@ -69,3 +69,3 @@ # eslint-config-mapbox

- For Node.js and CommonJS.
- Specify the version of Node.js your project uses by either setting `.engines.node` in your `package.json`, or by extending an LTS-version-specific ESLint configuration: **`node8`, `node10`, `node12`**.
- Specify the version of Node.js your project uses by either setting `.engines.node` in your `package.json`, or by extending an LTS-version-specific ESLint configuration: **`node10`, `node12`**.
- [`@mapbox/eslint-config-mapbox`**`/react`**](./react.js)

@@ -72,0 +72,0 @@ - Depends on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react).

Sorry, the diff of this file is not supported yet

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