@ocavue/eslint-config 2.14.2 → 2.14.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../src/typescript.js"],"names":[],"mappings":"AASA,
|
|
1
|
+
{"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../src/typescript.js"],"names":[],"mappings":"AASA,oGAoHC;;qBA1HoB,mBAAmB"}
|
package/package.json
CHANGED
package/src/typescript.js
CHANGED
|
@@ -88,6 +88,9 @@ export function typescript() {
|
|
|
88
88
|
},
|
|
89
89
|
],
|
|
90
90
|
|
|
91
|
+
// Turn off this rule because it's incompatible with the `--isolatedDeclarations` compiler option.
|
|
92
|
+
'@typescript-eslint/no-inferrable-types': 'off',
|
|
93
|
+
|
|
91
94
|
// TODO: We should set the rule below to error in the future
|
|
92
95
|
'@typescript-eslint/require-await': 'warn',
|
|
93
96
|
},
|