eslint-config-silverwind 88.2.5 → 88.2.6

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/dist/index.js CHANGED
@@ -427,7 +427,7 @@ const eslintrc = {
427
427
  "no-restricted-globals": [2, ...restrictedGlobals],
428
428
  "no-restricted-imports": [2, "punycode", "assert"],
429
429
  "no-restricted-properties": [0],
430
- "no-restricted-syntax": [2, "WithStatement", "ForInStatement", "LabeledStatement", "SequenceExpression", { selector: "CallExpression[callee.property.name='eqDebug']", message: "eqDebug should be removed" }],
430
+ "no-restricted-syntax": [2, "WithStatement", "ForInStatement", "SequenceExpression", { selector: "CallExpression[callee.property.name='eqDebug']", message: "eqDebug should be removed" }],
431
431
  "no-return-assign": [0],
432
432
  "no-script-url": [2],
433
433
  "no-self-assign": [2, { "props": true }],
package/dist/index.json CHANGED
@@ -1271,7 +1271,6 @@
1271
1271
  2,
1272
1272
  "WithStatement",
1273
1273
  "ForInStatement",
1274
- "LabeledStatement",
1275
1274
  "SequenceExpression",
1276
1275
  {
1277
1276
  "selector": "CallExpression[callee.property.name='eqDebug']",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "88.2.5",
3
+ "version": "88.2.6",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",