mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-03 14:11:08 +00:00
I accidentally disabled all linting before
This commit is contained in:
parent
b30824acc4
commit
1db176340c
2 changed files with 1 additions and 11 deletions
|
@ -15,10 +15,7 @@ module.exports = {
|
|||
],
|
||||
plugins: ["vue"],
|
||||
rules: {
|
||||
// "max-len": "off",
|
||||
// "vue/max-attributes-per-line": "off",
|
||||
"vue/multi-word-component-names": 0,
|
||||
"prettier/prettier": "off",
|
||||
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
// 'prettier/prettier': ['error', { semi: false }],
|
||||
|
|
|
@ -152,14 +152,7 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
primaryDark: [
|
||||
"#B71C1C",
|
||||
"#FFBBFF",
|
||||
"#AAAFFF",
|
||||
"#AAFFFF",
|
||||
"#7CD6AF",
|
||||
"#FEC89B",
|
||||
],
|
||||
primaryDark: ["#B71C1C", "#FFBBFF", "#AAAFFF", "#AAFFFF", "#7CD6AF", "#FEC89B"],
|
||||
primaryLight: ["#E57373", "#F88469", "#22AA22", "#4A9E90", "#777FFF"],
|
||||
backgroundsDark: [
|
||||
{ name: "Dark", color: "#181818" },
|
||||
|
|
Loading…
Reference in a new issue