Socket
Socket
Sign inDemoInstall

@eslint/eslintrc

Package Overview
Dependencies
26
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.1.0

24

conf/environments.js

@@ -75,2 +75,8 @@ /**

},
es2016: {
globals: newGlobals2015,
parserOptions: {
ecmaVersion: 7
}
},
es2017: {

@@ -82,2 +88,14 @@ globals: { ...newGlobals2015, ...newGlobals2017 },

},
es2018: {
globals: { ...newGlobals2015, ...newGlobals2017 },
parserOptions: {
ecmaVersion: 9
}
},
es2019: {
globals: { ...newGlobals2015, ...newGlobals2017 },
parserOptions: {
ecmaVersion: 10
}
},
es2020: {

@@ -95,2 +113,8 @@ globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020 },

},
es2022: {
globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
parserOptions: {
ecmaVersion: 13
}
},

@@ -97,0 +121,0 @@ // Platforms

4

package.json
{
"name": "@eslint/eslintrc",
"version": "1.0.5",
"version": "1.1.0",
"description": "The legacy ESLintRC config file format for ESLint",

@@ -70,3 +70,3 @@ "type": "module",

"debug": "^4.3.2",
"espree": "^9.2.0",
"espree": "^9.3.1",
"globals": "^13.9.0",

@@ -73,0 +73,0 @@ "ignore": "^4.0.6",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc