Skip to content

Releases: wantedly/frolint

eslint-config-wantedly-typescript@3.2.3

27 Dec 06:15
d8ec230
Compare
Choose a tag to compare

Patch Changes

  • 8b6608b: build(deps-peer): Fix TypeScript version

Fix frolint not using `.prettierignore`

24 Sep 10:23
Compare
Choose a tag to compare

When frolint ran the prettier formatting operation, it did not read properly the common .prettierignore file. This meant there was no way to prevent it from formatting JS/TS files.

Changes

Update typescript dependency

24 Sep 02:16
Compare
Choose a tag to compare

Update typescript-eslint to allow proper compatibility with newer typescript compiler versions.
Now supported: >=3.3.1 <4.5.0