eslint-config-isaacscript 4.0.1 → 4.0.2

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.
Files changed (2) hide show
  1. package/base-eslint.js +3 -1
  2. package/package.json +1 -1
package/base-eslint.js CHANGED
@@ -243,7 +243,9 @@ const SUGGESTIONS = {
243
243
  "no-continue": "off",
244
244
 
245
245
  "no-delete-var": "error",
246
- "no-div-regex": "error",
246
+
247
+ /** Disabled since it is incompatible with the `unicorn/better-regex` rule. */
248
+ "no-div-regex": "off",
247
249
 
248
250
  /** The `allowElseIf` option is disabled to make the rule stricter. */
249
251
  "no-else-return": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",