@discourse/lint-configs 2.26.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint.mjs +0 -4
- package/package.json +1 -1
package/eslint.mjs
CHANGED
|
@@ -153,7 +153,6 @@ export default [
|
|
|
153
153
|
"no-iterator": "error",
|
|
154
154
|
"no-loop-func": "error",
|
|
155
155
|
"no-misleading-character-class": "off",
|
|
156
|
-
"no-mixed-spaces-and-tabs": "error",
|
|
157
156
|
"no-multi-str": "error",
|
|
158
157
|
"no-new": "error",
|
|
159
158
|
"no-proto": "error",
|
|
@@ -163,7 +162,6 @@ export default [
|
|
|
163
162
|
"no-sequences": "error",
|
|
164
163
|
"no-shadow": "error",
|
|
165
164
|
"no-this-before-super": "error",
|
|
166
|
-
"no-trailing-spaces": "error",
|
|
167
165
|
"no-undef": "error",
|
|
168
166
|
"no-unexpected-multiline": "off",
|
|
169
167
|
"no-unused-vars": "error",
|
|
@@ -171,9 +169,7 @@ export default [
|
|
|
171
169
|
"no-var": "error",
|
|
172
170
|
"no-with": "error",
|
|
173
171
|
radix: "error",
|
|
174
|
-
semi: "error",
|
|
175
172
|
"valid-typeof": "error",
|
|
176
|
-
"wrap-iife": ["error", "inside"],
|
|
177
173
|
curly: "error",
|
|
178
174
|
"import/no-duplicates": "error",
|
|
179
175
|
"object-shorthand": ["error", "properties"],
|