Skip to content

Commit a12d672

Browse files
committed
release: Release version 17.5.0
1 parent 7014ed6 commit a12d672

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
## [17.5.0](https://github.com/MorevM/eslint-config/compare/v17.4.3...v17.5.0) (2022-10-05)
4+
5+
6+
### Features
7+
8+
* **typescript:** Add support for path aliases resolving ([519f0ee](https://github.com/MorevM/eslint-config/commit/519f0eee3f982362ce2b1f142cd5082c02ed35b7))
9+
* **vue:** Add different parsers for `lang="ts"` and just `<script>` ([7014ed6](https://github.com/MorevM/eslint-config/commit/7014ed6f44650d39a98c09c82559221c746b5397))
10+
11+
12+
### Bug fixes
13+
14+
* **typescript:** Disable `func-call-spacing` rule for `.ts` files ([779bb3a](https://github.com/MorevM/eslint-config/commit/779bb3ac37a658ea0ab853ba3b6081bde7e9baa2))
15+
* **typescript:** Disable `no-undef` rule for `.ts` files ([dc90081](https://github.com/MorevM/eslint-config/commit/dc9008164a9a4f201fd0c561ca6d4ac2cc8b6c0d))
16+
* **typescript:** Disable `no-unused-vars` rule for `.ts` files ([dbd8fbc](https://github.com/MorevM/eslint-config/commit/dbd8fbc6f483db8ed4603bdb275d07e1c5ac78e5))
17+
318
### [17.4.3](https://github.com/MorevM/eslint-config/compare/v17.4.2...v17.4.3) (2022-10-04)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration that I personally use",
4-
"version": "17.4.3",
4+
"version": "17.5.0",
55
"private": false,
66
"engines": {
77
"node": "^12.20.0 || ^14.13.1 || >=16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)