@madgex/eslint-config-madgex
Advanced tools
Comparing version 2.0.0 to 2.1.0
17
index.js
@@ -6,2 +6,3 @@ const globals = require('globals'); | ||
// https://eslint.org/docs/latest/use/configure/configuration-files | ||
module.exports = [ | ||
@@ -15,2 +16,18 @@ { | ||
}, | ||
/** | ||
* https://eslint.org/docs/latest/use/configure/ignore#ignoring-files | ||
* - `٭٭/node_modules` already ignored | ||
* - `dist/` => only the root dist folder | ||
* - `٭٭/dist/` => any dist folder | ||
*/ | ||
ignores: [ | ||
'**/.DS_Store', | ||
'**/*.local', | ||
'**/.vscode/', | ||
'!**/.vscode/extensions.json', | ||
'**/logs/', | ||
'**/*.log*', | ||
'**/.idea/', | ||
'**/dist/', | ||
], | ||
}, | ||
@@ -17,0 +34,0 @@ js.configs.recommended, |
{ | ||
"name": "@madgex/eslint-config-madgex", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"type": "commonjs", | ||
@@ -26,4 +26,3 @@ "description": "Madgex ESLint config - based on eslint-config-airbnb", | ||
"node": ">=18" | ||
}, | ||
"gitHead": "2bbdb8be7d056e210ce28579c116e05d2f9362c8" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5011
41
0