@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 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.0";
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
@@ -17,7 +17,7 @@ import parse from "parse-gitignore";
17
17
  import c from "picocolors";
18
18
 
19
19
  // package.json
20
- var version = "1.1.0";
20
+ var version = "1.1.1";
21
21
  var devDependencies = {
22
22
  "@antfu/ni": "^0.21.10",
23
23
  "@stylistic/eslint-plugin-migrate": "^1.4.0",
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: "antfu:unocss",
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: "antfu:unocss",
1406
+ name: "coderwyd:unocss",
1406
1407
  plugins: {
1407
1408
  unocss: pluginUnoCSS
1408
1409
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coderwyd/eslint-config",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "packageManager": "pnpm@8.11.0",
6
6
  "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
7
7
  "license": "MIT",