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": {
|
"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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user