mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Tweak ESLint config
This commit is contained in:
parent
b018303f2e
commit
0b44494a41
@ -1,4 +1,5 @@
|
||||
{
|
||||
"parser": "babel-eslint",
|
||||
"rules": {
|
||||
"no-empty": [
|
||||
2,
|
||||
@ -104,7 +105,7 @@
|
||||
],
|
||||
"array-bracket-spacing": [
|
||||
2,
|
||||
"always"
|
||||
"never"
|
||||
],
|
||||
"indent": [
|
||||
2,
|
||||
@ -115,7 +116,7 @@
|
||||
],
|
||||
"quotes": [
|
||||
2,
|
||||
"single",
|
||||
"double",
|
||||
{
|
||||
"avoidEscape": true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user