@will-stone/eslint-config 0.12.2 → 0.13.0
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1419,7 +1419,7 @@ function unicorn() {
|
|
|
1419
1419
|
"unicorn/prefer-modern-math-apis": "warn",
|
|
1420
1420
|
// Not ready yet for ESM modules
|
|
1421
1421
|
// https://github.com/microsoft/TypeScript/issues/33079
|
|
1422
|
-
"unicorn/prefer-module": "
|
|
1422
|
+
"unicorn/prefer-module": "warn",
|
|
1423
1423
|
"unicorn/prefer-native-coercion-functions": "warn",
|
|
1424
1424
|
"unicorn/prefer-negative-index": "warn",
|
|
1425
1425
|
// TODO seems like this is not well supported by webpack yet
|
package/dist/index.js
CHANGED
|
@@ -1419,7 +1419,7 @@ function unicorn() {
|
|
|
1419
1419
|
"unicorn/prefer-modern-math-apis": "warn",
|
|
1420
1420
|
// Not ready yet for ESM modules
|
|
1421
1421
|
// https://github.com/microsoft/TypeScript/issues/33079
|
|
1422
|
-
"unicorn/prefer-module": "
|
|
1422
|
+
"unicorn/prefer-module": "warn",
|
|
1423
1423
|
"unicorn/prefer-native-coercion-functions": "warn",
|
|
1424
1424
|
"unicorn/prefer-negative-index": "warn",
|
|
1425
1425
|
// TODO seems like this is not well supported by webpack yet
|