mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove eslint file and merge in package.json.
This commit is contained in:
parent
12c3807d9a
commit
0347ac6a04
2 changed files with 1 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
extends: ["plugin:vue/vue3-recommended", "plugin:prettier/recommended"],
|
|
||||||
rules: {},
|
|
||||||
};
|
|
|
@ -45,6 +45,7 @@
|
||||||
},
|
},
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:vue/vue3-essential",
|
"plugin:vue/vue3-essential",
|
||||||
|
"plugin:prettier/recommended",
|
||||||
"eslint:recommended"
|
"eslint:recommended"
|
||||||
],
|
],
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue