forked from jfmengels/eslint-rule-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
27 lines (27 loc) · 2.36 KB
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"angular": "https://github.com/Gillespie59/eslint-plugin-angular/blob/master/docs/RULENAME.md",
"ava": "https://github.com/avajs/eslint-plugin-ava/blob/master/docs/rules/RULENAME.md",
"backbone": "https://github.com/ilyavolodin/eslint-plugin-backbone/blob/master/docs/rules/RULENAME.md",
"flowtype": "https://github.com/gajus/eslint-plugin-flowtype#RULENAME",
"fp": "https://github.com/jfmengels/eslint-plugin-fp/blob/master/docs/rules/RULENAME.md",
"immutable": "https://github.com/jhusain/eslint-plugin-immutable#RULENAME",
"import": "https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/RULENAME.md",
"import-order": "https://github.com/jfmengels/eslint-plugin-import-order/blob/master/docs/rules/RULENAME.md",
"jasmine": "https://github.com/tlvince/eslint-plugin-jasmine/blob/master/docs/rules/RULENAME.md",
"jsdoc": "https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-RULENAME",
"jsx-a11y": "https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/RULENAME.md",
"lodash": "https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/RULENAME.md",
"lodash-fp": "https://github.com/jfmengels/eslint-plugin-lodash-fp/blob/master/docs/rules/RULENAME.md",
"meteor": "https://github.com/dferber90/eslint-plugin-meteor/blob/master/docs/rules/RULENAME.md",
"mocha": "https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/docs/rules/RULENAME.md",
"mongodb": "https://github.com/nfroidure/eslint-plugin-mongodb#RULENAME",
"netguru-ember": "https://github.com/netguru/eslint-plugin-netguru-ember/blob/master/docs/RULES.md#RULENAME",
"promise": "https://github.com/xjamundx/eslint-plugin-promise#RULENAME",
"protractor": "https://github.com/alecxe/eslint-plugin-protractor/blob/master/docs/rules/RULENAME.md",
"react": "https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/RULENAME.md",
"react-native": "https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/RULENAME.md",
"requirejs": "https://github.com/cvisco/eslint-plugin-requirejs/blob/master/docs/rules/RULENAME.md",
"standard": "https://github.com/xjamundx/eslint-plugin-standard#rules-explanations",
"unicorn": "https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/RULENAME.md",
"xo": "https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/RULENAME.md"
}