UNPKG

289 BTypeScriptView Raw
1import type { TSESLint } from '@typescript-eslint/experimental-utils';
2declare const sonarjsRuleModules: {
3 [key: string]: any;
4};
5declare const configs: {
6 recommended: TSESLint.Linter.Config & {
7 plugins: string[];
8 };
9};
10export { sonarjsRuleModules as rules, configs };