mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-09-10 14:49:26 +00:00
Initialize eslint, prettier, format on save
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true,
|
||||
"es2021": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 13
|
||||
},
|
||||
"rules": {
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user