eslint-config-isaacscript 1.0.52 → 1.0.53

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/base.js +1 -0
  2. package/mod.js +1 -0
  3. package/package.json +1 -1
package/base.js CHANGED
@@ -226,6 +226,7 @@ module.exports = {
226
226
  definedTags: [
227
227
  "category", // Used in TypeDoc
228
228
  "hidden", // Used in TypeDoc
229
+ "internal", // Used by TypeScript
229
230
  "noResolution", // Used in TypeScriptToLua as a compiler annotation
230
231
  "noSelf", // Used in TypeScriptToLua as a compiler annotation
231
232
  ],
package/mod.js CHANGED
@@ -17,6 +17,7 @@ module.exports = {
17
17
  // https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/lib/shared.js
18
18
  // This rule throws false positives with API functions
19
19
  // It can be worked around by supplying lists of globals to ESLint, but this is ugly
20
+ // See: https://github.com/typescript-eslint/typescript-eslint/issues/2780
20
21
  "@typescript-eslint/no-loop-func": "off",
21
22
 
22
23
  // Documentation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "An ESLint config for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",