mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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,
|
||||
"semi": true,
|
||||
"useTabs": false,
|
||||
"jsxBracketSameLine": false
|
||||
"bracketSameLine": false
|
||||
}
|
||||
],
|
||||
"eslint-comments/no-unused-disable": "error"
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"semi": true,
|
||||
"useTabs": false,
|
||||
"parser": "babel",
|
||||
"jsxBracketSameLine": false
|
||||
"bracketSameLine": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue