Socket
Socket
Sign inDemoInstall

@eduzz/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/eslint-config - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

ignores.js

@@ -26,3 +26,2 @@ const childProcess = require('child_process');

const globs = parsed.globs();
console.log(JSON.stringify(globs, null, 2));

@@ -29,0 +28,0 @@ for (const glob of globs) {

2

package.json
{
"name": "@eduzz/eslint-config",
"private": false,
"version": "2.0.0",
"version": "2.0.1",
"keywords": [

@@ -6,0 +6,0 @@ "eduzz",

@@ -38,2 +38,19 @@ # ESLint Config

### Custom Rules
Caso queira adicionar/remover alguma rule basta adicionar `rules` na última config:
```js
/** @type import('eslint').Linter.FlatConfig[] */
module.exports = [
...configs,
{
ignores: ignores(),
rules: {
'@typescript-eslint/no-unused-vars': ['off']
}
}
];
```
### VSCode

@@ -40,0 +57,0 @@

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