Skip to content

putout v3.17.2

Choose a tag to compare

@coderaiser coderaiser released this 01 Feb 15:28
· 18754 commits to master since this release

fix

  • (eslint-plugin-putout) recommended
  • (eslint-plugin-putout) one-line-destructuring: false positive
  • chore() rm "\n"
  • (apply-destructuring) ObjectPattern as id, Literal as property

feature

  • (package) yargs-parser v12.0.0
  • (eslint-config) no-trailing-space
  • (eslint-config) add comma-dangle
  • (putout) add eslint-plugin-node
  • (eslint-plugin-putout) add
  • (eslintrc) add no-var, prefer-const
  • (plugin-apply-destructuring) add support of VariableDeclaration kinds different then const (var, let)
  • (plugin-merge-destructuring) do not merge variables with different kinds