Socket
Socket
Sign inDemoInstall

@eslint/eslintrc

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/eslintrc - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

5

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

@@ -41,2 +41,3 @@ "type": "module",

"repository": "eslint/eslintrc",
"funding": "https://opencollective.com/eslint",
"keywords": [

@@ -71,3 +72,3 @@ "ESLint",

"debug": "^4.3.2",
"espree": "^9.3.2",
"espree": "^9.4.0",
"globals": "^13.15.0",

@@ -74,0 +75,0 @@ "ignore": "^5.2.0",

@@ -28,3 +28,6 @@ # ESLintRC Library

const compat = new FlatCompat();
const compat = new FlatCompat({
baseDirectory: __dirname, // optional; default: process.cwd()
resolvePluginsRelativeTo: __dirname // optional
});

@@ -31,0 +34,0 @@ export default [

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