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": {
"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
}