mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-21 13:18:59 +00:00
Initialize eslint, prettier, format on save
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
trailingComma: 'es5',
|
||||
tabWidth: 2,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
}
|
||||
Reference in New Issue
Block a user