Skip to content

Commit 59bf5b4

Browse files
committed
fix(double binding tailwind and template literals): fixes for template literal detection and tailwin
fix #107, fix #108
1 parent 39a5eae commit 59bf5b4

File tree

12 files changed

+12231
-14559
lines changed

12 files changed

+12231
-14559
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run lint:ts;
52
npm run lint:html
63
npm run clean;

.vscode/settings.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"out": true,
44
"node_modules": true
55
},
6-
"eslint.options": {
7-
"extensions": [".ts"]
8-
},
96
"editor.formatOnSave": true,
10-
"eslint.validate": ["typescript", "typescriptreact"],
7+
"eslint.validate": [
8+
"typescript",
9+
"typescriptreact"
10+
],
1111
"[typescript]": {
1212
"editor.formatOnSave": false,
1313
"editor.codeActionsOnSave": {
@@ -20,5 +20,8 @@
2020
"html.format.extraLiners": "head, body, /html, fieldset",
2121
"html.format.wrapAttributes": "force-expand-multiline",
2222
"html.format.indentInnerHtml": true,
23-
"i18n-ally.localesPaths": ["src/locale", "src/locale/languages"]
24-
}
23+
"i18n-ally.localesPaths": [
24+
"src/locale",
25+
"src/locale/languages"
26+
]
27+
}

0 commit comments

Comments
 (0)