Skip to content

Commit

Permalink
fixed eslint file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Nov 17, 2024
1 parent e313e6b commit 368a8c2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ env:
node: true
browser: true
es2021: true
parser: 'vue-eslint-parser'
parserOptions:
parser: '@typescript-eslint/parser'
ecmaVersion: 2021
sourceType: module
plugins:
- '@typescript-eslint'
- 'import'
- 'vue'
extends:
- eslint:recommended
- plugin:vue/vue3-recommended
- plugin:@typescript-eslint/recommended
- plugin:import/errors
- plugin:import/warnings
Expand Down Expand Up @@ -131,20 +127,6 @@ rules:
alphabetize:
order: asc
caseInsensitive: true
vue/html-indent:
- error
- 4
vue/max-attributes-per-line:
- error
- singleline: 3
multiline: 1
vue/require-default-prop: off
vue/html-self-closing:
- error
- html:
void: never
normal: always
component: always
settings:
import/resolver:
typescript: {}

0 comments on commit 368a8c2

Please sign in to comment.