@isentinel/eslint-config 4.9.0 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/index.d.mts +3628 -2813
- package/dist/index.mjs +918 -15024
- package/package.json +53 -51
package/README.md
CHANGED
|
@@ -170,6 +170,7 @@ Add the following settings to your `.vscode/settings.json`:
|
|
|
170
170
|
"eslint.rules.customizations": [
|
|
171
171
|
{ "rule": "style/*", "severity": "off", "fixable": true },
|
|
172
172
|
{ "rule": "format/*", "severity": "off", "fixable": true },
|
|
173
|
+
{ "rule": "*fmt/*", "severity": "off", "fixable": true },
|
|
173
174
|
{ "rule": "*-indent", "severity": "off", "fixable": true },
|
|
174
175
|
{ "rule": "*-spacing", "severity": "off", "fixable": true },
|
|
175
176
|
{ "rule": "*-spaces", "severity": "off", "fixable": true },
|
|
@@ -364,8 +365,8 @@ content:
|
|
|
364
365
|
```yaml
|
|
365
366
|
# cspell.config.yaml
|
|
366
367
|
words:
|
|
367
|
-
|
|
368
|
-
|
|
368
|
+
- isentinel
|
|
369
|
+
- isverycool
|
|
369
370
|
```
|
|
370
371
|
|
|
371
372
|
To disable this, you can set the `spellCheck` option to `false`:
|