Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawton committed Sep 13, 2022
1 parent 27096e5 commit 9b9fbed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"settings": {
"import/resolver": {
"typescript": {}
Expand All @@ -16,6 +17,9 @@
"airbnb-typescript/base",
"@vue/eslint-config-prettier"
],
"globals": {
"M": true
},
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": "latest",
Expand Down

0 comments on commit 9b9fbed

Please sign in to comment.