Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Releases: oakslab/ooo-config-examples

Patch: fix breaking change in Prettier

22 Mar 10:35
56bc89d
Compare
Choose a tag to compare

prettier/@typescript-eslint should be replaced with prettier because of the following breaking change:
https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21

currently throws an error:

Cannot read config file: .../node_modules/eslint-config-prettier/@typescript-eslint.js
Error: "prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21

TSLint -> ESLint

17 Feb 09:52
2ac8d2b
Compare
Choose a tag to compare

This version introduces:

  • migration from TSLint (deprecated) to ESLint
  • updated tsconfig.json
  • the removal of some outdated files

tsconfig:typeRoots fix

04 Jul 08:35
Compare
Choose a tag to compare
  • sets tsconfig:typeRoots to default: all visible @types packages
    (a fix for typedefs of jest's global functions not found when running test scripts)
  • minor dependencies update

minor: removing comma to make tslint.json valid

29 Mar 11:53
Compare
Choose a tag to compare
0.0.6

minor: comma removed that was making tslint.json invalid

tslint enhancement

29 Mar 11:25
e5069b2
Compare
Choose a tag to compare

tslint enhancement to work better with prettier

🎉Initial release

27 Feb 12:18
Compare
Choose a tag to compare
0.0.4

Bump deps and prepare new release