@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.
- package/eslint/typescript.js +1 -3
- package/package.json +1 -1
package/eslint/typescript.js
CHANGED
|
@@ -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-
|
|
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