Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

v0.10.0

Compare
Choose a tag to compare
@0xCLARITY 0xCLARITY released this 21 Jul 13:46
· 1 commit to master since this release
53a31a0
  • Change max-statements restriction from 10 to 15.
    • Turns out that you can write totally reasonable functions with more than 10 statements.
  • Allow .json file extension when importing a JSON file
    • Turns out TypeScript needs the .json file extension to do the import.
  • Upgrade peer dependencies
    • ESLint 7.5.0
      • Better optional chaining
    • @typescript-eslint
      • Support short-circuiting assignment operators
      • Support type annotations on catch clauses