@coderwyd/eslint-config 1.1.0 → 1.1.1
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -46,7 +46,7 @@ var import_parse_gitignore = __toESM(require("parse-gitignore"), 1);
|
|
|
46
46
|
var import_picocolors = __toESM(require("picocolors"), 1);
|
|
47
47
|
|
|
48
48
|
// package.json
|
|
49
|
-
var version = "1.1.
|
|
49
|
+
var version = "1.1.1";
|
|
50
50
|
var devDependencies = {
|
|
51
51
|
"@antfu/ni": "^0.21.10",
|
|
52
52
|
"@stylistic/eslint-plugin-migrate": "^1.4.0",
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1096,6 +1096,7 @@ async function unicorn() {
|
|
|
1096
1096
|
unicorn: import_eslint_plugin_unicorn.default
|
|
1097
1097
|
},
|
|
1098
1098
|
rules: {
|
|
1099
|
+
"unicorn/better-regex": "error",
|
|
1099
1100
|
// Pass error message when throwing errors
|
|
1100
1101
|
"unicorn/error-message": "error",
|
|
1101
1102
|
// Uppercase regex escapes
|
|
@@ -1485,7 +1486,7 @@ async function unocss(options = {}) {
|
|
|
1485
1486
|
]);
|
|
1486
1487
|
return [
|
|
1487
1488
|
{
|
|
1488
|
-
name: "
|
|
1489
|
+
name: "coderwyd:unocss",
|
|
1489
1490
|
plugins: {
|
|
1490
1491
|
unocss: pluginUnoCSS
|
|
1491
1492
|
},
|
package/dist/index.js
CHANGED
|
@@ -1013,6 +1013,7 @@ async function unicorn() {
|
|
|
1013
1013
|
unicorn: default5
|
|
1014
1014
|
},
|
|
1015
1015
|
rules: {
|
|
1016
|
+
"unicorn/better-regex": "error",
|
|
1016
1017
|
// Pass error message when throwing errors
|
|
1017
1018
|
"unicorn/error-message": "error",
|
|
1018
1019
|
// Uppercase regex escapes
|
|
@@ -1402,7 +1403,7 @@ async function unocss(options = {}) {
|
|
|
1402
1403
|
]);
|
|
1403
1404
|
return [
|
|
1404
1405
|
{
|
|
1405
|
-
name: "
|
|
1406
|
+
name: "coderwyd:unocss",
|
|
1406
1407
|
plugins: {
|
|
1407
1408
|
unocss: pluginUnoCSS
|
|
1408
1409
|
},
|
package/package.json
CHANGED