@so1ve/eslint-config 3.25.0 → 3.26.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -881,6 +881,7 @@ async function formatting(options) {
881
881
  "allowUnreachableCode",
882
882
  "allowUnusedLabels",
883
883
  "alwaysStrict",
884
+ "erasableSyntaxOnly",
884
885
  "exactOptionalPropertyTypes",
885
886
  "noFallthroughCasesInSwitch",
886
887
  "noImplicitAny",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "3.25.0",
3
+ "version": "3.26.0",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -76,8 +76,8 @@
76
76
  "typescript-eslint": "^8.50.1",
77
77
  "vue-eslint-parser": "^10.2.0",
78
78
  "yaml-eslint-parser": "^1.3.2",
79
- "@so1ve/eslint-plugin": "3.25.0",
80
- "@so1ve/eslint-plugin-sort-imports": "3.25.0"
79
+ "@so1ve/eslint-plugin": "3.26.0",
80
+ "@so1ve/eslint-plugin-sort-imports": "3.26.0"
81
81
  },
82
82
  "devDependencies": {
83
83
  "eslint-plugin-de-morgan": "^2.0.0",