@eslint/eslintrc
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"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 [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650820
65
Updatedespree@^9.4.0