eslint-config-isaacscript 1.0.56 → 1.0.57

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 +4 -1
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -75,7 +75,10 @@ module.exports = {
75
75
 
76
76
  // Documentation:
77
77
  // https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md
78
- "@typescript-eslint/explicit-module-boundary-types": "on",
78
+ // Not defined in the parent configs
79
+ // Specifying explicit return types can help prevent bugs, but only require it on exported
80
+ // functions
81
+ "@typescript-eslint/explicit-module-boundary-types": "warn",
79
82
 
80
83
  // Documentation:
81
84
  // https://eslint.org/docs/rules/lines-between-class-members
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "An ESLint config for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",