@schoero/configs 1.0.28 → 1.0.29

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.
@@ -92,9 +92,7 @@ export const typescript = [
92
92
  "eslint-plugin-typescript/promise-function-async": "warn",
93
93
 
94
94
  // quality
95
- "no-loss-of-precision": "off",
96
95
  "eslint-plugin-typescript/prefer-includes": "warn",
97
- "eslint-plugin-typescript/no-loss-of-precision": "warn",
98
96
 
99
97
  // nullish types
100
98
  "eslint-plugin-typescript/non-nullable-type-assertion-style": "warn",
@@ -126,7 +124,7 @@ export const typescript = [
126
124
  ],
127
125
 
128
126
  // no useless
129
- "eslint-plugin-typescript/no-useless-template-literals": "warn",
127
+ "eslint-plugin-typescript/no-unnecessary-template-expression": "warn",
130
128
 
131
129
  // modern syntax
132
130
  "eslint-plugin-typescript/prefer-string-starts-ends-with": "warn",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.28",
2
+ "version": "1.0.29",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",