File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 10
10
rules: {
11
11
'max-len': 'off',
12
12
'no-template-curly-in-string': 'off',
13
- }
13
+ },
14
+ "overrides": [
15
+ {
16
+ "files": ["src/rules/*.js"],
17
+ "extends": ["plugin:eslint-plugin/rules-recommended"],
18
+ "rules": {
19
+ "eslint-plugin/require-meta-docs-url": [
20
+ "error",
21
+ { "pattern": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/master/docs/rules/{{name}}.md" }
22
+ ],
23
+ "eslint-plugin/require-meta-type": "off"
24
+ }
25
+ },
26
+ {
27
+ "files": ["__tests__/src/rules/*.js"],
28
+ "extends": ["plugin:eslint-plugin/tests-recommended"]
29
+ }
30
+ ]
14
31
}
Original file line number Diff line number Diff line change 40
40
"babel-preset-airbnb" : " ^5.0.0" ,
41
41
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
42
42
"eslint-config-airbnb-base" : " ^14.2.1" ,
43
+ "eslint-plugin-eslint-plugin" : " ^4.0.2" ,
43
44
"eslint-plugin-flowtype" : " ^5.8.0" ,
44
45
"eslint-plugin-import" : " ^2.25.2" ,
45
46
"estraverse" : " ^5.3.0" ,
You can’t perform that action at this time.
0 commit comments