aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-07 14:20:59 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-08 20:08:47 +1100
commitf50ff6be403c19ce44632098104a775f4144ea66 (patch)
treeffabe4a47067409e4d63802000d3a0b86ae6c778 /.eslintrc.js
parent1c69c4abf6e54ccab886c23cd6e691179ce6f076 (diff)
Add title bar
Add IconButton.vue and components/*Icon.vue files
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 556ae40..abbda84 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,8 +10,9 @@ module.exports = {
],
"overrides": [
],
- "parser": "@typescript-eslint/parser",
+ "parser": "vue-eslint-parser",
"parserOptions": {
+ "parser": "@typescript-eslint/parser",
"ecmaVersion": "latest",
"sourceType": "module"
},