1
0
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:
Daniel Barber 2018-11-28 12:54:31 -05:00
parent b018303f2e
commit 0b44494a41
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,4 +1,5 @@
{ {
"parser": "babel-eslint",
"rules": { "rules": {
"no-empty": [ "no-empty": [
2, 2,
@ -104,7 +105,7 @@
], ],
"array-bracket-spacing": [ "array-bracket-spacing": [
2, 2,
"always" "never"
], ],
"indent": [ "indent": [
2, 2,
@ -115,7 +116,7 @@
], ],
"quotes": [ "quotes": [
2, 2,
"single", "double",
{ {
"avoidEscape": true "avoidEscape": true
} }