16 lines
270 B
YAML
16 lines
270 B
YAML
|
env:
|
||
|
browser: true
|
||
|
es2021: true
|
||
|
vue/setup-compiler-macros: true
|
||
|
extends:
|
||
|
- 'plugin:vue/vue3-recommended'
|
||
|
- standard
|
||
|
parserOptions:
|
||
|
ecmaVersion: 13
|
||
|
parser: '@typescript-eslint/parser'
|
||
|
sourceType: module
|
||
|
plugins:
|
||
|
- vue
|
||
|
- '@typescript-eslint'
|
||
|
rules: {}
|