eslint-config-isaacscript 3.5.1 → 3.5.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.js +1 -1
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -175,7 +175,7 @@ module.exports = {
175
175
  *
176
176
  * It is a useful rule and it is turned off in the parent configs with no explanation.
177
177
  */
178
- "import/no-deprecated": "off",
178
+ "import/no-deprecated": "error",
179
179
 
180
180
  /**
181
181
  * Documentation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",