eslint-config-isaacscript 1.0.68 → 1.0.69

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 +0 -24
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -177,30 +177,6 @@ module.exports = {
177
177
  },
178
178
  ],
179
179
 
180
- // Documentation:
181
- // https://github.com/lasselupe33/eslint-plugin-comment-length
182
- // Defined at:
183
- // https://github.com/lasselupe33/eslint-plugin-comment-length/blob/master/rules/src/index.ts
184
- // Auto-fix long comments. We specify 100 to match the ruler and the Airbnb style guide.
185
- "comment-length-2/limit-multi-line-comments": [
186
- "warn",
187
- {
188
- maxLength: 100,
189
- },
190
- ],
191
-
192
- // Documentation:
193
- // https://github.com/lasselupe33/eslint-plugin-comment-length
194
- // Defined at:
195
- // https://github.com/lasselupe33/eslint-plugin-comment-length/blob/master/rules/src/index.ts
196
- // Auto-fix long comments. We specify 100 to match the ruler and the Airbnb style guide.
197
- "comment-length-2/limit-single-line-comments": [
198
- "warn",
199
- {
200
- maxLength: 100,
201
- },
202
- ],
203
-
204
180
  // Documentation:
205
181
  // https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/master/docs/rules/disable-enable-pair.md
206
182
  // Defined at:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "An ESLint config for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",