This website requires JavaScript.
Explore
Help
Register
Sign In
valentineus
/
eslint-config
Watch
0
Fork
0
You've already forked eslint-config
Code
Issues
Releases
Activity
eslint-config
/
src
/
rules
/
vue
/
default.json
11 lines
114 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(vue): Rule "script-indent" Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-14 13:15:09 +04:00
{
"vue/script-indent"
:
[
"error"
,
"tab"
,
{
"baseIndent"
:
0
,
"switchCase"
:
1
}
]
}
Copy Permalink