eslint-config-isaacscript 1.3.0 → 1.3.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/jsdoc.js +4 -3
  2. package/package.json +1 -1
package/jsdoc.js CHANGED
@@ -47,16 +47,17 @@ module.exports = {
47
47
  "warn",
48
48
  {
49
49
  definedTags: [
50
- // Used by the TypeScript compiler:
50
+ // Ignore tags used by the TypeScript compiler:
51
51
  // https://www.typescriptlang.org/tsconfig#stripInternal
52
52
  "internal", // Used by TypeScript
53
53
 
54
- // Add tags used in TypeDoc:
54
+ // Ignore tags used in TypeDoc:
55
55
  // https://typedoc.org/guides/doccomments/
56
56
  "category",
57
57
  "hidden",
58
+ "notExported",
58
59
 
59
- // Add tags used in TypeScriptToLua:
60
+ // Ignore tags used in TypeScriptToLua:
60
61
  // https://typescripttolua.github.io/docs/advanced/compiler-annotations
61
62
  "noResolution",
62
63
  "noSelf",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A sharable ESLint config for TypeScript and IsaacScript projects.",
5
5
  "keywords": [
6
6
  "eslint",