Skip to content

Commit

Permalink
🌸 Added ESLint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slqmy committed Jun 12, 2023
1 parent 37237b4 commit ebf529d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +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"
}
}

0 comments on commit ebf529d

Please sign in to comment.