Skip to content

Commit

Permalink
🌸 Formatted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slqmy committed Jun 18, 2023
1 parent 5174a79 commit 7db3c53
Show file tree
Hide file tree
Showing 26 changed files with 2,540 additions and 2,622 deletions.
24 changes: 12 additions & 12 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended, plugin:@html-eslint/recommended"],
"parser": "@html-eslint/parser",
"plugins": ["html", "@html-eslint", "@typescript-eslint"],
"rules": {
"@html-eslint/indent": ["error", "tab"],
"@html-eslint/require-closing-tags": "off",
"@html-eslint/no-extra-spacing-attrs": "off"
}
"env": {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended, plugin:@html-eslint/recommended"],
"parser": "@html-eslint/parser",
"plugins": ["html", "@html-eslint", "@typescript-eslint"],
"rules": {
"@html-eslint/indent": ["error", "tab"],
"@html-eslint/require-closing-tags": "off",
"@html-eslint/no-extra-spacing-attrs": "off"
}
}
Loading

0 comments on commit 7db3c53

Please sign in to comment.