source: imaps-frontend/node_modules/@eslint/js/src/configs/eslint-all.js

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 7.4 KB
Line 
1/*
2 * WARNING: This file is autogenerated using the tools/update-eslint-all.js
3 * script. Do not edit manually.
4 */
5"use strict";
6
7/* eslint quote-props: off -- autogenerated so don't lint */
8
9module.exports = Object.freeze({
10 "rules": {
11 "accessor-pairs": "error",
12 "array-callback-return": "error",
13 "arrow-body-style": "error",
14 "block-scoped-var": "error",
15 "camelcase": "error",
16 "capitalized-comments": "error",
17 "class-methods-use-this": "error",
18 "complexity": "error",
19 "consistent-return": "error",
20 "consistent-this": "error",
21 "constructor-super": "error",
22 "curly": "error",
23 "default-case": "error",
24 "default-case-last": "error",
25 "default-param-last": "error",
26 "dot-notation": "error",
27 "eqeqeq": "error",
28 "for-direction": "error",
29 "func-name-matching": "error",
30 "func-names": "error",
31 "func-style": "error",
32 "getter-return": "error",
33 "grouped-accessor-pairs": "error",
34 "guard-for-in": "error",
35 "id-denylist": "error",
36 "id-length": "error",
37 "id-match": "error",
38 "init-declarations": "error",
39 "line-comment-position": "error",
40 "logical-assignment-operators": "error",
41 "max-classes-per-file": "error",
42 "max-depth": "error",
43 "max-lines": "error",
44 "max-lines-per-function": "error",
45 "max-nested-callbacks": "error",
46 "max-params": "error",
47 "max-statements": "error",
48 "multiline-comment-style": "error",
49 "new-cap": "error",
50 "no-alert": "error",
51 "no-array-constructor": "error",
52 "no-async-promise-executor": "error",
53 "no-await-in-loop": "error",
54 "no-bitwise": "error",
55 "no-caller": "error",
56 "no-case-declarations": "error",
57 "no-class-assign": "error",
58 "no-compare-neg-zero": "error",
59 "no-cond-assign": "error",
60 "no-console": "error",
61 "no-const-assign": "error",
62 "no-constant-binary-expression": "error",
63 "no-constant-condition": "error",
64 "no-constructor-return": "error",
65 "no-continue": "error",
66 "no-control-regex": "error",
67 "no-debugger": "error",
68 "no-delete-var": "error",
69 "no-div-regex": "error",
70 "no-dupe-args": "error",
71 "no-dupe-class-members": "error",
72 "no-dupe-else-if": "error",
73 "no-dupe-keys": "error",
74 "no-duplicate-case": "error",
75 "no-duplicate-imports": "error",
76 "no-else-return": "error",
77 "no-empty": "error",
78 "no-empty-character-class": "error",
79 "no-empty-function": "error",
80 "no-empty-pattern": "error",
81 "no-empty-static-block": "error",
82 "no-eq-null": "error",
83 "no-eval": "error",
84 "no-ex-assign": "error",
85 "no-extend-native": "error",
86 "no-extra-bind": "error",
87 "no-extra-boolean-cast": "error",
88 "no-extra-label": "error",
89 "no-fallthrough": "error",
90 "no-func-assign": "error",
91 "no-global-assign": "error",
92 "no-implicit-coercion": "error",
93 "no-implicit-globals": "error",
94 "no-implied-eval": "error",
95 "no-import-assign": "error",
96 "no-inline-comments": "error",
97 "no-inner-declarations": "error",
98 "no-invalid-regexp": "error",
99 "no-invalid-this": "error",
100 "no-irregular-whitespace": "error",
101 "no-iterator": "error",
102 "no-label-var": "error",
103 "no-labels": "error",
104 "no-lone-blocks": "error",
105 "no-lonely-if": "error",
106 "no-loop-func": "error",
107 "no-loss-of-precision": "error",
108 "no-magic-numbers": "error",
109 "no-misleading-character-class": "error",
110 "no-multi-assign": "error",
111 "no-multi-str": "error",
112 "no-negated-condition": "error",
113 "no-nested-ternary": "error",
114 "no-new": "error",
115 "no-new-func": "error",
116 "no-new-native-nonconstructor": "error",
117 "no-new-symbol": "error",
118 "no-new-wrappers": "error",
119 "no-nonoctal-decimal-escape": "error",
120 "no-obj-calls": "error",
121 "no-object-constructor": "error",
122 "no-octal": "error",
123 "no-octal-escape": "error",
124 "no-param-reassign": "error",
125 "no-plusplus": "error",
126 "no-promise-executor-return": "error",
127 "no-proto": "error",
128 "no-prototype-builtins": "error",
129 "no-redeclare": "error",
130 "no-regex-spaces": "error",
131 "no-restricted-exports": "error",
132 "no-restricted-globals": "error",
133 "no-restricted-imports": "error",
134 "no-restricted-properties": "error",
135 "no-restricted-syntax": "error",
136 "no-return-assign": "error",
137 "no-script-url": "error",
138 "no-self-assign": "error",
139 "no-self-compare": "error",
140 "no-sequences": "error",
141 "no-setter-return": "error",
142 "no-shadow": "error",
143 "no-shadow-restricted-names": "error",
144 "no-sparse-arrays": "error",
145 "no-template-curly-in-string": "error",
146 "no-ternary": "error",
147 "no-this-before-super": "error",
148 "no-throw-literal": "error",
149 "no-undef": "error",
150 "no-undef-init": "error",
151 "no-undefined": "error",
152 "no-underscore-dangle": "error",
153 "no-unexpected-multiline": "error",
154 "no-unmodified-loop-condition": "error",
155 "no-unneeded-ternary": "error",
156 "no-unreachable": "error",
157 "no-unreachable-loop": "error",
158 "no-unsafe-finally": "error",
159 "no-unsafe-negation": "error",
160 "no-unsafe-optional-chaining": "error",
161 "no-unused-expressions": "error",
162 "no-unused-labels": "error",
163 "no-unused-private-class-members": "error",
164 "no-unused-vars": "error",
165 "no-use-before-define": "error",
166 "no-useless-backreference": "error",
167 "no-useless-call": "error",
168 "no-useless-catch": "error",
169 "no-useless-computed-key": "error",
170 "no-useless-concat": "error",
171 "no-useless-constructor": "error",
172 "no-useless-escape": "error",
173 "no-useless-rename": "error",
174 "no-useless-return": "error",
175 "no-var": "error",
176 "no-void": "error",
177 "no-warning-comments": "error",
178 "no-with": "error",
179 "object-shorthand": "error",
180 "one-var": "error",
181 "operator-assignment": "error",
182 "prefer-arrow-callback": "error",
183 "prefer-const": "error",
184 "prefer-destructuring": "error",
185 "prefer-exponentiation-operator": "error",
186 "prefer-named-capture-group": "error",
187 "prefer-numeric-literals": "error",
188 "prefer-object-has-own": "error",
189 "prefer-object-spread": "error",
190 "prefer-promise-reject-errors": "error",
191 "prefer-regex-literals": "error",
192 "prefer-rest-params": "error",
193 "prefer-spread": "error",
194 "prefer-template": "error",
195 "radix": "error",
196 "require-atomic-updates": "error",
197 "require-await": "error",
198 "require-unicode-regexp": "error",
199 "require-yield": "error",
200 "sort-imports": "error",
201 "sort-keys": "error",
202 "sort-vars": "error",
203 "strict": "error",
204 "symbol-description": "error",
205 "unicode-bom": "error",
206 "use-isnan": "error",
207 "valid-typeof": "error",
208 "vars-on-top": "error",
209 "yoda": "error"
210 }
211});
Note: See TracBrowser for help on using the repository browser.