@egy186/eslint-config 1.0.0 → 1.0.1
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/typescript.d.ts +1 -1
- package/package.json +1 -1
package/dist/typescript.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ declare const config: {
|
|
|
208
208
|
};
|
|
209
209
|
};
|
|
210
210
|
declare const typescriptConfig: (parserOptions: Readonly<{
|
|
211
|
-
project: string;
|
|
211
|
+
project: readonly string[] | boolean | string;
|
|
212
212
|
}>) => Linter.FlatConfig;
|
|
213
213
|
export { typescriptConfig };
|
|
214
214
|
export default config;
|