Skip to content

Commit 06a3e13

Browse files
committedFeb 22, 2024
feature/prettier updated configs
1 parent e615c0a commit 06a3e13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.linthtmlrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"tag-name-lowercase": true,
4040
"tag-name-match": true,
41-
"tag-self-close": "always",
41+
"tag-self-close": false,
4242
"tag-close": true,
4343
"text-ignore-regex": "&",
4444
"title-no-dup": true,

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"author": "Mate Academy",
1919
"license": "GPL-3.0",
2020
"devDependencies": {
21-
"@linthtml/linthtml": "latest",
21+
"@linthtml/linthtml": "^0.9.5",
2222
"@mate-academy/backstop-config": "latest",
2323
"@mate-academy/bemlint": "latest",
2424
"@mate-academy/eslint-config": "latest",
2525
"@mate-academy/linthtml-config": "latest",
26-
"@mate-academy/scripts": "^1.7.0",
26+
"@mate-academy/scripts": "^1.7.1",
2727
"@mate-academy/stylelint-config": "latest",
2828
"@parcel/core": "2.10.2",
2929
"@parcel/transformer-sass": "2.10.2",

0 commit comments

Comments
 (0)
Please sign in to comment.