@eduzz/eslint-config
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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) { |
{ | ||
"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 @@ |
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
11349
76
242