@eslint/eslintrc
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -1151,2 +1151,6 @@ /** | ||
export { ConfigArrayFactory, createContext }; | ||
export { | ||
ConfigArrayFactory, | ||
createContext, | ||
loadConfigFile | ||
}; |
@@ -11,3 +11,4 @@ /** | ||
ConfigArrayFactory, | ||
createContext as createConfigArrayFactoryContext | ||
createContext as createConfigArrayFactoryContext, | ||
loadConfigFile | ||
} from "./config-array-factory.js"; | ||
@@ -43,2 +44,3 @@ | ||
environments, | ||
loadConfigFile, | ||
@@ -45,0 +47,0 @@ // shared |
{ | ||
"name": "@eslint/eslintrc", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "The legacy ESLintRC config file format for ESLint", | ||
@@ -64,3 +64,3 @@ "type": "module", | ||
"rollup": "^2.70.1", | ||
"shelljs": "^0.8.4", | ||
"shelljs": "^0.8.5", | ||
"sinon": "^11.1.2", | ||
@@ -67,0 +67,0 @@ "temp-dir": "^2.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
668106
8942