@agilebot/eslint-plugin 0.2.1 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,30 @@
1
+ declare namespace _default {
2
+ export { rules };
3
+ export namespace configs {
4
+ namespace recommended {
5
+ export let plugins: string[];
6
+ let rules_1: {
7
+ '@agilebot/react/prefer-named-property-access': string;
8
+ '@agilebot/react/hook-use-ref': string;
9
+ '@agilebot/react/no-inline-styles': string;
10
+ '@agilebot/tss/unused-classes': string;
11
+ '@agilebot/tss/no-color-value': string;
12
+ '@agilebot/tss/class-naming': string;
13
+ '@agilebot/import/enforce-icon-alias': string;
14
+ '@agilebot/import/monorepo': string;
15
+ '@agilebot/stylistic/no-unnecessary-template-literals': string;
16
+ };
17
+ export { rules_1 as rules };
18
+ export namespace settings {
19
+ namespace react {
20
+ let version: string;
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
26
+ export default _default;
27
+ /**
28
+ * @type {import('eslint').Linter.RulesRecord}
29
+ */
30
+ declare const rules: import('eslint').Linter.RulesRecord;