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
/
eslint.json
13 lines
130 B
JSON
Raw
Normal View
History
Unescape
Escape
Rule "no-tabs" Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-13 14:40:47 +04:00
{
Rule "eol-last" Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-13 14:45:50 +04:00
"eol-last"
:
[
"error"
,
"always"
]
,
Rule "no-tabs" Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-13 14:40:47 +04:00
"no-tabs"
:
[
"error"
,
{
"allowIndentationTabs"
:
true
}
]
}
Copy Permalink