Releases: hoverinc/hover-javascript
Releases · hoverinc/hover-javascript
v4.2.0
v4.1.0
v2.16.0
v2.15.0
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2020-03-27)
Bug Fixes
- use upstream instead of shared Prettier configuration for this repo (47d2dad)
Features
- enable recommended type-aware rules from typescript-eslint (8acc394)
- upgrade eslint-config-airbnb-typescript to 7.2.0 (8a112d7)
BREAKING CHANGES
- this enables new ESLint rules that may cause linting done with
hover-scripts lint
to start to fail - linting TypeScript files now requires
parserOptions.project
to be specified in your ESLint configuration. If yourtsconfig.json
is at your project root, chances are you'll be fine with no changes as this project attempts to configure ESLint for that scenario. However, if you have yourtsconfig.json
elsewhere or have some other custom setup you will likely need to specifyparserOptions.project
in your.eslintrc.json
to point at yourtsconfig.json
v3.0.0
3.0.0 (2020-03-27)
Bug Fixes
- use upstream instead of shared Prettier configuration for this repo (e90cf35)
Features
- merge upstream (db0b357)
BREAKING CHANGES
- .opt-* won't be supported anymore, so formatting will always happen on pre-commit
- Default Node compilation target is now 10.13+
- Updates to latest version of lint-staged which may break you if you're using a custom config for it and have
git add