Releases: typhonjs-config/eslint-config
Releases · typhonjs-config/eslint-config
0.6.3
0.6.2
0.6.1
0.6.1
- Fix for not including in package new
/rules
directory.
0.6.0
-
By default
"jsdoc/no-undefined-types": "off"
is used. A newno-undefined-types
config is now available
for each year release that enables theno-undefined-types
rule along with including Typescript types not
included ineslint-plugin-jsdoc
. -
Updated
eslint-plugin-jsdoc
dependency to^43
.
0.5.0
0.5.0 (major)
- Removed jsdoc/no-undefined-types rule turning it off; must now provide explicit types.
- To explicitly turn off again add
"rules": { "jsdoc/no-undefined-types": "off" }
to eslint config.
- To explicitly turn off again add
- Added
public
to exceptions in tag-lines rule. - Fixed old invalid configuration values in
tag-lines
.