eslint-config-isaacscript 1.0.74 → 1.0.75

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 (3) hide show
  1. package/README.md +2 -0
  2. package/base.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,4 +4,6 @@
4
4
 
5
5
  This is a helper configuration for ESLint that is intended to be used in IsaacScript projects.
6
6
 
7
+ This package is consumed by the [`isaacscript-lint`](https://github.com/IsaacScript/isaacscript-lint) meta-linting package.
8
+
7
9
  Please see the [IsaacScript webpage](https://isaacscript.github.io/) for more information.
package/base.js CHANGED
@@ -42,7 +42,7 @@ module.exports = {
42
42
  "plugin:eslint-comments/recommended",
43
43
 
44
44
  /** Lint JSDoc comments. */
45
- "./jsdoc",
45
+ //"./jsdoc",
46
46
 
47
47
  /**
48
48
  * Disable any ESLint rules that conflict with Prettier:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "An ESLint config for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",