2021-02-13 18:57:45 +03:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- vue
|
|
|
|
|
|
|
|
extends:
|
|
|
|
- airbnb-base
|
|
|
|
- "plugin:vue/base"
|
2021-02-15 12:12:50 +03:00
|
|
|
- "plugin:vue/essential"
|
|
|
|
- "plugin:vue/strongly-recommended"
|
|
|
|
- "plugin:vue/recommended"
|
2021-02-13 18:57:45 +03:00
|
|
|
- prettier
|
2021-02-25 23:07:15 +03:00
|
|
|
|
|
|
|
globals:
|
2021-11-12 12:22:01 +03:00
|
|
|
OC: readonly
|
|
|
|
t: readonly
|
2021-02-25 23:07:15 +03:00
|
|
|
|
|
|
|
rules:
|
|
|
|
no-plusplus:
|
|
|
|
- error
|
|
|
|
- allowForLoopAfterthoughts: true
|
2022-07-01 11:59:17 +03:00
|
|
|
|
|
|
|
settings:
|
|
|
|
"import/resolver":
|
|
|
|
alias:
|
|
|
|
map:
|
|
|
|
- ["cookbook", "./src"]
|
2022-07-24 14:11:17 +03:00
|
|
|
- ["icons", "./node_modules/vue-material-design-icons"]
|