feat: init
This commit is contained in:
28
node_modules/vite-plugin-checker/dist/checkers/eslint/cli.d.ts
generated
vendored
Normal file
28
node_modules/vite-plugin-checker/dist/checkers/eslint/cli.d.ts
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
declare function translateOptions({ cache, cacheFile, cacheLocation, cacheStrategy, config, env, errorOnUnmatchedPattern, eslintrc, ext, fix, fixDryRun, fixType, global, ignore, ignorePath, ignorePattern, inlineConfig, parser, parserOptions, plugin, quiet, reportUnusedDisableDirectives, resolvePluginsRelativeTo, rule, rulesdir, }: any): {
|
||||
allowInlineConfig: any;
|
||||
cache: any;
|
||||
cacheLocation: any;
|
||||
cacheStrategy: any;
|
||||
errorOnUnmatchedPattern: any;
|
||||
extensions: any;
|
||||
fix: any;
|
||||
fixTypes: any;
|
||||
ignore: any;
|
||||
ignorePath: any;
|
||||
overrideConfig: {
|
||||
env: any;
|
||||
globals: any;
|
||||
ignorePatterns: any;
|
||||
parser: any;
|
||||
parserOptions: any;
|
||||
plugins: any;
|
||||
rules: any;
|
||||
};
|
||||
overrideConfigFile: any;
|
||||
reportUnusedDisableDirectives: string | undefined;
|
||||
resolvePluginsRelativeTo: any;
|
||||
rulePaths: any;
|
||||
useEslintrc: any;
|
||||
};
|
||||
|
||||
export { translateOptions };
|
||||
Reference in New Issue
Block a user