play around with some stuff

This commit is contained in:
2021-07-18 14:28:03 -06:00
parent 2ee1d87c78
commit fb1c45cfb2
10 changed files with 678 additions and 32 deletions

View File

@ -23,6 +23,8 @@
"@vue/eslint-config-typescript": "^4.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.10"
},
@ -36,7 +38,10 @@
"eslint:recommended",
"@vue/typescript"
],
"rules": {},
"rules": {
"no-console": "off",
"no-debugger": "off"
},
"parserOptions": {
"parser": "@typescript-eslint/parser"
}