@luxass/eslint-config 6.0.0 → 6.0.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 +1 -1
- package/dist/{index.d.ts → index.d.mts} +180 -144
- package/dist/{index.js → index.mjs} +1 -1
- package/dist/{lib-CANFQzGY.js → lib-2_zHyZqD.mjs} +825 -610
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ Install [ESLint extension](https://marketplace.visualstudio.com/items?itemName=d
|
|
|
98
98
|
"source.organizeImports": "never"
|
|
99
99
|
},
|
|
100
100
|
|
|
101
|
-
// silent the stylistic rules in
|
|
101
|
+
// silent the stylistic rules in your IDE, but still auto fix them
|
|
102
102
|
"eslint.rules.customizations": [
|
|
103
103
|
{ "rule": "style/*", "severity": "off", "fixable": true },
|
|
104
104
|
{ "rule": "format/*", "severity": "off", "fixable": true },
|