mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix eslint config and apply all fixes.
This commit is contained in:
parent
6c05f63bef
commit
301877e2e1
35 changed files with 308 additions and 285 deletions
7
.eslintrc.cjs
Normal file
7
.eslintrc.cjs
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true,
|
||||
},
|
||||
extends: ["plugin:vue/vue3-recommended", "eslint:recommended", "plugin:prettier/recommended"],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue