eslint-config-isaacscript 4.0.5 → 4.0.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.
Files changed (2) hide show
  1. package/base-eslint.js +1 -1
  2. package/package.json +1 -1
package/base-eslint.js CHANGED
@@ -714,7 +714,7 @@ const LAYOUT_AND_FORMATTING = {
714
714
  "switch-colon-spacing": "off", // eslint-config-prettier
715
715
  "template-curly-spacing": "off", // eslint-config-prettier
716
716
  "template-tag-spacing": "off", // eslint-config-prettier
717
- "unicode-bom": "off", // eslint-config-prettier
717
+ "unicode-bom": "error",
718
718
  "wrap-iife": "off", // eslint-config-prettier
719
719
  "wrap-regex": "off", // eslint-config-prettier
720
720
  "yield-star-spacing": "off", // eslint-config-prettier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",