mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
update eslint config
This commit is contained in:
parent
af52e6a635
commit
69ef1d3644
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
"bracketSpacing": false,
|
"bracketSpacing": false,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"jsxBracketSameLine": false
|
"bracketSameLine": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"eslint-comments/no-unused-disable": "error"
|
"eslint-comments/no-unused-disable": "error"
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"parser": "babel",
|
"parser": "babel",
|
||||||
"jsxBracketSameLine": false
|
"bracketSameLine": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue