@siberiacancode/eslint 2.16.10 → 2.16.11
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/cjs/index.cjs +0 -1
- package/dist/esm/index.mjs +0 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -137473,7 +137473,6 @@ const eslint = (inputOptions = {}, ...configs) => {
|
|
|
137473
137473
|
}, {
|
|
137474
137474
|
name: "siberiacancode/rewrite",
|
|
137475
137475
|
rules: {
|
|
137476
|
-
"antfu/curly": "off",
|
|
137477
137476
|
"antfu/if-newline": "off",
|
|
137478
137477
|
"antfu/top-level-function": "off",
|
|
137479
137478
|
"no-console": "warn",
|
package/dist/esm/index.mjs
CHANGED
|
@@ -137470,7 +137470,6 @@ const eslint = (inputOptions = {}, ...configs) => {
|
|
|
137470
137470
|
}, {
|
|
137471
137471
|
name: "siberiacancode/rewrite",
|
|
137472
137472
|
rules: {
|
|
137473
|
-
"antfu/curly": "off",
|
|
137474
137473
|
"antfu/if-newline": "off",
|
|
137475
137474
|
"antfu/top-level-function": "off",
|
|
137476
137475
|
"no-console": "warn",
|