Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
33
install/config-ui/node_modules/eslint-plugin-import/index.d.ts
generated
vendored
Normal file
33
install/config-ui/node_modules/eslint-plugin-import/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
import { ESLint, Linter, Rule } from 'eslint';
|
||||
|
||||
declare const plugin: ESLint.Plugin & {
|
||||
meta: {
|
||||
name: string;
|
||||
version: string;
|
||||
};
|
||||
configs: {
|
||||
'recommended': Linter.LegacyConfig;
|
||||
'errors': Linter.LegacyConfig;
|
||||
'warnings': Linter.LegacyConfig;
|
||||
'stage-0': Linter.LegacyConfig;
|
||||
'react': Linter.LegacyConfig;
|
||||
'react-native': Linter.LegacyConfig;
|
||||
'electron': Linter.LegacyConfig;
|
||||
'typescript': Linter.LegacyConfig;
|
||||
};
|
||||
flatConfigs: {
|
||||
'recommended': Linter.FlatConfig;
|
||||
'errors': Linter.FlatConfig;
|
||||
'warnings': Linter.FlatConfig;
|
||||
'stage-0': Linter.FlatConfig;
|
||||
'react': Linter.FlatConfig;
|
||||
'react-native': Linter.FlatConfig;
|
||||
'electron': Linter.FlatConfig;
|
||||
'typescript': Linter.FlatConfig;
|
||||
};
|
||||
rules: {
|
||||
[key: string]: Rule.RuleModule;
|
||||
};
|
||||
};
|
||||
|
||||
export = plugin;
|
||||
Reference in New Issue
Block a user