working mpd and beet!
This commit is contained in:
parent
17b406b878
commit
ad1b1089af
25 changed files with 659 additions and 16 deletions
17
modules/gui/schizofox/src/.eslintrc.js
Normal file
17
modules/gui/schizofox/src/.eslintrc.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
es2021: true,
|
||||
},
|
||||
extends: "eslint:recommended",
|
||||
overrides: [],
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest",
|
||||
sourceType: "module",
|
||||
},
|
||||
rules: {
|
||||
indent: ["error", 4],
|
||||
"linebreak-style": ["error", "unix"],
|
||||
quotes: ["error", "double"],
|
||||
semi: ["error", "always"],
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue