Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

1.3.0

Choose a tag to compare

@mrmlnc mrmlnc released this 12 Jun 15:33
· 66 commits to master since this release

Changelog:

  • A new JSDoc-like syntax for marking rules – README.md#markers
  • Update dependencies
  • New rules:
    • no-invalid-template-stringsno-template-curly-in-string from ESLint
    • cyclomatic-complexitycomplexity from ESLint
    • number-literal-formatno-floating-decimal from ESLint
    • prefer-literalno-new-func, no-array-constructor, no-new-object from ESLint
    • no-octal-literalno-octal-escape from ESLint