eslint-plugin-disable-autofix
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -43,3 +43,3 @@ "use strict"; | ||
} | ||
const importPlugins = node_fs_1.default | ||
const eslintPlugins = node_fs_1.default | ||
.readdirSync(node_path_1.default.join(dirname, nodeModules)) | ||
@@ -50,3 +50,3 @@ .filter((plugin) => (plugin.startsWith('eslint-plugin') || | ||
plugin !== '@eslint'); | ||
for (const plugin of importPlugins) { | ||
for (const plugin of eslintPlugins) { | ||
if (plugin.includes('@')) { | ||
@@ -53,0 +53,0 @@ const pluginDirectories = node_fs_1.default |
{ | ||
"name": "eslint-plugin-disable-autofix", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Disable autofix for ESLint rules without turning them off", | ||
@@ -8,4 +8,5 @@ "main": "./index.js", | ||
"app-root-path": "^3.1.0", | ||
"eslint": "^8.50.0", | ||
"eslint-rule-composer": "^0.3.0" | ||
"eslint": "^8.51.0", | ||
"eslint-rule-composer": "^0.3.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -15,6 +16,2 @@ "peerDependencies": { | ||
}, | ||
"homepage": "https://github.com/chiefmikey/eslint-plugin-disable-autofix", | ||
"repository": "https://github.com/chiefmikey/eslint-plugin-disable-autofix", | ||
"bugs": "https://github.com/chiefmikey/eslint-plugin-disable-autofix/issues", | ||
"license": "MIT", | ||
"files": [ | ||
@@ -26,2 +23,6 @@ "index.js", | ||
], | ||
"homepage": "https://github.com/chiefmikey/eslint-plugin-disable-autofix", | ||
"repository": "https://github.com/chiefmikey/eslint-plugin-disable-autofix", | ||
"bugs": "https://github.com/chiefmikey/eslint-plugin-disable-autofix/issues", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -28,0 +29,0 @@ "eslint", |
Sorry, the diff of this file is not supported yet
5988
5
+ Addedlodash@^4.17.21
+ Addedlodash@4.17.21(transitive)
Updatedeslint@^8.51.0