New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@madgex/eslint-config-madgex

Package Overview
Dependencies
Maintainers
21
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@madgex/eslint-config-madgex - npm Package Compare versions

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,

5

package.json
{
"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"
}
}
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