UNPKG

3.26 kBJSONView Raw
1{
2 "rulesDirectory": ["./"],
3 "rules": {
4 "chai-prefer-contains-to-index-of": true,
5 "chai-vague-errors": true,
6 "export-name": true,
7 "function-name": true,
8 "import-name": true,
9 "informative-docs": true,
10 "insecure-random": true,
11 "jquery-deferred-must-complete": true,
12 "max-func-body-length": [true, 100, { "ignore-parameters-to-function-regex": "^describe$" }],
13 "mocha-avoid-only": true,
14 "mocha-no-side-effect-code": true,
15 "mocha-unneeded-done": true,
16 "no-backbone-get-set-outside-model": true,
17 "no-banned-terms": true,
18 "no-constant-condition": true,
19 "no-control-regex": true,
20 "no-cookies": true,
21 "no-delete-expression": true,
22 "no-disable-auto-sanitization": true,
23 "no-document-domain": true,
24 "no-document-write": true,
25 "no-exec-script": true,
26 "no-for-in": true,
27 "no-function-expression": true,
28 "no-http-string": [true, "http://www.example.com/?.*", "http://localhost:?.*"],
29 "no-inner-html": true,
30 "no-invalid-regexp": true,
31 "no-jquery-raw-elements": true,
32 "no-octal-literal": true,
33 "no-regex-spaces": true,
34 "no-relative-imports": true,
35 "no-single-line-block-comment": true,
36 "no-string-based-set-immediate": true,
37 "no-string-based-set-interval": true,
38 "no-string-based-set-timeout": true,
39 "no-suspicious-comment": true,
40 "no-typeof-undefined": true,
41 "no-unnecessary-field-initialization": true,
42 "no-unnecessary-local-variable": true,
43 "no-unnecessary-override": true,
44 "no-unnecessary-semicolons": true,
45 "no-unsupported-browser-code": true,
46 "no-useless-files": true,
47 "no-with-statement": true,
48 "non-literal-fs-path": true,
49 "non-literal-require": true,
50 "possible-timing-attack": true,
51 "prefer-array-literal": true,
52 "prefer-type-cast": true,
53 "promise-must-complete": true,
54 "react-a11y-accessible-headings": true,
55 "react-a11y-anchors": true,
56 "react-a11y-aria-unsupported-elements": true,
57 "react-a11y-event-has-role": true,
58 "react-a11y-image-button-has-alt": true,
59 "react-a11y-img-has-alt": true,
60 "react-a11y-input-elements": true,
61 "react-a11y-lang": true,
62 "react-a11y-meta": true,
63 "react-a11y-no-onchange": true,
64 "react-a11y-props": true,
65 "react-a11y-proptypes": true,
66 "react-a11y-required": true,
67 "react-a11y-role": true,
68 "react-a11y-role-has-required-aria-props": true,
69 "react-a11y-role-supports-aria-props": true,
70 "react-a11y-tabindex-no-positive": true,
71 "react-a11y-titles": true,
72 "react-anchor-blank-noopener": true,
73 "react-iframe-missing-sandbox": true,
74 "react-no-dangerous-html": true,
75 "react-this-binding-issue": true,
76 "react-unused-props-and-state": true,
77 "underscore-consistent-invocation": true,
78 "use-named-parameter": true,
79 "use-simple-attributes": true
80 }
81}