@tb-dev/eslint-config 3.7.0 → 3.7.2

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 CHANGED
@@ -787,7 +787,7 @@ async function typescript(options) {
787
787
  "no-useless-constructor": "off",
788
788
  "@typescript-eslint/no-useless-constructor": "error",
789
789
  "@typescript-eslint/no-useless-empty-export": "error",
790
- "@typescript-eslint/no-useless-template-expression": "error",
790
+ "@typescript-eslint/no-useless-template-literals": "error",
791
791
  "@typescript-eslint/non-nullable-type-assertion-style": "error",
792
792
  "no-throw-literal": "off",
793
793
  "@typescript-eslint/only-throw-error": [
package/dist/index.js CHANGED
@@ -764,7 +764,7 @@ async function typescript(options) {
764
764
  "no-useless-constructor": "off",
765
765
  "@typescript-eslint/no-useless-constructor": "error",
766
766
  "@typescript-eslint/no-useless-empty-export": "error",
767
- "@typescript-eslint/no-useless-template-expression": "error",
767
+ "@typescript-eslint/no-useless-template-literals": "error",
768
768
  "@typescript-eslint/non-nullable-type-assertion-style": "error",
769
769
  "no-throw-literal": "off",
770
770
  "@typescript-eslint/only-throw-error": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,8 +17,8 @@
17
17
  "*.{?(c|m)@(j|t)s,css,vue,md,json}": "prettier --write"
18
18
  },
19
19
  "dependencies": {
20
- "@typescript-eslint/eslint-plugin": "^7.12.0",
21
- "@typescript-eslint/parser": "^7.12.0",
20
+ "@typescript-eslint/eslint-plugin": "^7.13.0",
21
+ "@typescript-eslint/parser": "^7.13.0",
22
22
  "eslint-config-prettier": "^9.1.0",
23
23
  "eslint-plugin-perfectionist": "^2.10.0",
24
24
  "eslint-plugin-unicorn": "^53.0.0",