eslint-plugin-use-agnostic 0.11.2 → 0.11.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.
|
@@ -2,6 +2,7 @@ import tseslint from "typescript-eslint";
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @typedef {import('../../../types/_commons/typedefs').Extensions} Extensions
|
|
5
|
+
* @typedef {import('../../../types/_commons/typedefs').LanguageOptions} LanguageOptions
|
|
5
6
|
*/
|
|
6
7
|
|
|
7
8
|
/* plugin names */
|
|
@@ -121,7 +122,7 @@ export const skip = Object.freeze({
|
|
|
121
122
|
});
|
|
122
123
|
|
|
123
124
|
// ESLint configs language options
|
|
124
|
-
/** @type {
|
|
125
|
+
/** @type {LanguageOptions} */
|
|
125
126
|
export const typeScriptAndJSXCompatible = {
|
|
126
127
|
// for compatibility with .ts and .tsx
|
|
127
128
|
parser: tseslint.parser,
|