mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-05 07:38:16 +00:00
Fix eslint config and apply all fixes.
This commit is contained in:
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"],
|
||||
};
|
||||
Reference in New Issue
Block a user