This repository was archived by the owner on Aug 30, 2019. It is now read-only.
Breaking changes
- Bump minimal required version of Node.js to 6+.
- The
no-self-assignrule requires type checking.
Warning
As with the original package, we have included a valid-jsdoc rule!
π Now you must declare JSDoc with @param and @return without types.
New rules
padded-blocksvalid-jsdocno-else-after-returnno-extra-bindmax-statements-per-lineno-sequencesno-restricted-importsno-restricted-modulesno-buffer-constructorno-undef-inityodano-warning-commentsno-self-compareno-self-assignno-multi-strno-empty-patternno-useless-constructormax-params
Old rules
no-unused-variableno-use-before-declarefunction-paren-newline
Fixes
- The
prefer-arrow-callbackrule now includesallowNamedFunctionsoption. - The
comment-formatrule now includesignorePatternoption. - The
linebreak-stylerule now includes condition forseveritybased on the current platform. The rule will be disabled on Windows. - The
variable-namerule now includesallow-leading-underscoreandallow-trailing-underscoreoptions. - The
banrule now use correct syntax for values.