UNPKG

2.13 kBJSONView Raw
1{
2 "categoryOrder": [
3 "possibleError",
4 "bestPractice",
5 "deprecatedAngularFeature",
6 "naming",
7 "conventions",
8 "angularWrapper",
9 "deprecatedRule",
10 "removedRule",
11 "uncategorizedRule",
12 "misspelling"
13 ],
14 "categories": {
15 "possibleError": {
16 "headline": "Possible Errors",
17 "description": "The following rules detect patterns that can lead to errors."
18 },
19 "bestPractice": {
20 "headline": "Best Practices",
21 "description": "These are rules designed to prevent you from making mistakes. They either prescribe a better way of doing something or help you avoid footguns.."
22 },
23 "deprecatedAngularFeature": {
24 "headline": "Deprecated Angular Features",
25 "description": "These rules prevent you from using deprecated angular features."
26 },
27 "naming": {
28 "headline": "Naming",
29 "description": "These rules help you to specify several naming conventions."
30 },
31 "conventions": {
32 "headline": "Conventions",
33 "description": "Angular often provide multi ways to to something. These rules help you to define convention for your project."
34 },
35 "angularWrapper": {
36 "headline": "Angular Wrappers",
37 "description": "These rules help you to enforce the usage of angular wrappers."
38 },
39 "misspelling": {
40 "headline": "Misspelling",
41 "description": "These rules help you avoiding misspellings."
42 },
43 "deprecatedRule": {
44 "headline": "Deprecated rules",
45 "description": "These rules will be removed in version 1.0.0"
46 },
47 "removedRule": {
48 "headline": "Removed",
49 "description": "These rules were removed and only exist to inform users about their removal."
50 },
51 "uncategorizedRule": {
52 "headline": "Uncategorized rule (only for development)",
53 "description": "Add a @category tag to your rule."
54 }
55 }
56}