mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 09:27:23 +00:00
eslint: add braces rule
This commit is contained in:
parent
9f41e076ed
commit
382211ab95
5 changed files with 9 additions and 5 deletions
|
|
@ -30,6 +30,10 @@ module.exports = {
|
||||||
'error',
|
'error',
|
||||||
'unix'
|
'unix'
|
||||||
],
|
],
|
||||||
|
'object-curly-spacing': [
|
||||||
|
'error',
|
||||||
|
'always'
|
||||||
|
],
|
||||||
'quotes': [
|
'quotes': [
|
||||||
'error',
|
'error',
|
||||||
'single'
|
'single'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue