-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef16179
commit 9289dc0
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# Changelog | ||
|
||
## [1.1.0](https://github.com/tresjs/eslint-config/compare/1.0.0...1.1.0) (2024-05-16) | ||
|
||
|
||
### 🚀 Features | ||
|
||
* added exception to rule `vue/attribute-hyphenation` ([b70f2fa](https://github.com/tresjs/eslint-config/commit/b70f2fa94123751f05a4e64ff5fb1a3043757090)) | ||
|
||
|
||
### 🩹 Bug Fixes | ||
|
||
* import correct flatconfig type ([b97879f](https://github.com/tresjs/eslint-config/commit/b97879f5d88487e93f510c18a92ecdddbfa49b55)) | ||
|
||
|
||
### ⚙️ Refactor | ||
|
||
* add rule for hyphenation to the right place ([7d6ac43](https://github.com/tresjs/eslint-config/commit/7d6ac4383dd78192cca89de133980593b0ee0efa)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tresjs/eslint-config", | ||
"type": "module", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"packageManager": "[email protected]", | ||
"description": "Opinionated ESLint configuration for Tres.js ecosystem", | ||
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)", | ||
|