feat(navigation): add prominent validation quickstart action
This commit is contained in:
parent
0bbcaba211
commit
9c6b184e39
28614 changed files with 4356173 additions and 23 deletions
33
validation-suite/frontend/atlas/node_modules/eslint-plugin-import/index.d.ts
generated
vendored
Normal file
33
validation-suite/frontend/atlas/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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue