This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Releases: oakslab/ooo-config-examples
Releases · oakslab/ooo-config-examples
Patch: fix breaking change in Prettier
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
This version introduces:
- migration from TSLint (deprecated) to ESLint
- updated
tsconfig.json
- the removal of some outdated files
tsconfig:typeRoots fix
- 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
0.0.6 minor: comma removed that was making tslint.json invalid
tslint enhancement
tslint enhancement to work better with prettier
🎉Initial release
0.0.4 Bump deps and prepare new release