@aiou/eslint-config 1.0.1 → 1.0.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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4168,7 +4168,8 @@ const typescript = () => {
|
|
|
4168
4168
|
*/
|
|
4169
4169
|
"etc/no-const-enum": "error",
|
|
4170
4170
|
"etc/no-enum": "error",
|
|
4171
|
-
|
|
4171
|
+
// required tsconfig.json
|
|
4172
|
+
// 'etc/no-misused-generics': 'error',
|
|
4172
4173
|
// Overrides JS
|
|
4173
4174
|
// no-spaced-func alert -- https://eslint.org/docs/latest/rules/no-spaced-func
|
|
4174
4175
|
"func-call-spacing": "off",
|
package/dist/index.mjs
CHANGED
|
@@ -4166,7 +4166,8 @@ const typescript = () => {
|
|
|
4166
4166
|
*/
|
|
4167
4167
|
"etc/no-const-enum": "error",
|
|
4168
4168
|
"etc/no-enum": "error",
|
|
4169
|
-
|
|
4169
|
+
// required tsconfig.json
|
|
4170
|
+
// 'etc/no-misused-generics': 'error',
|
|
4170
4171
|
// Overrides JS
|
|
4171
4172
|
// no-spaced-func alert -- https://eslint.org/docs/latest/rules/no-spaced-func
|
|
4172
4173
|
"func-call-spacing": "off",
|