eslint-config-isaacscript 3.6.0 → 3.6.1

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/base-eslint.js CHANGED
@@ -17,7 +17,7 @@ module.exports = {
17
17
  },
18
18
  ],
19
19
 
20
- // asdf
20
+ // TODO
21
21
 
22
22
  /**
23
23
  * Documentation:
package/base.js CHANGED
@@ -50,17 +50,17 @@ module.exports = {
50
50
  */
51
51
  "plugin:n/recommended",
52
52
 
53
- /** Rule modifications are split out into different files for better organization. */
54
- "./base-eslint",
55
- "./base-typescript-eslint",
56
- "./base-jsdoc",
57
-
58
53
  /**
59
54
  * Disable any ESLint rules that conflict with Prettier:
60
55
  * https://github.com/prettier/eslint-config-prettier
61
56
  * (Otherwise, we will have unfixable ESLint errors.)
62
57
  */
63
58
  "prettier",
59
+
60
+ /** Rule modifications are split out into different files for better organization. */
61
+ "./base-eslint",
62
+ "./base-typescript-eslint",
63
+ "./base-jsdoc",
64
64
  ],
65
65
 
66
66
  plugins: [
@@ -179,17 +179,6 @@ module.exports = {
179
179
  */
180
180
  "import/no-default-export": "warn",
181
181
 
182
- /**
183
- * Documentation:
184
- * https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-deprecated.md
185
- *
186
- * Defined at:
187
- * https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/imports.js
188
- *
189
- * It is a useful rule and it is turned off in the parent configs with no explanation.
190
- */
191
- "import/no-deprecated": "warn",
192
-
193
182
  /**
194
183
  * Documentation:
195
184
  * https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-unresolved.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",