Skip to content

Commit

Permalink
fix: adjust for pr review, fix and satisfy eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Apr 20, 2023
1 parent 170fc67 commit 48b0870
Show file tree
Hide file tree
Showing 15 changed files with 377 additions and 60 deletions.
21 changes: 21 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"env": {
"browser": true,
"es6": true
},
"parser": "vue-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"extends": [
"eslint:recommended",
"plugin:vue/vue3-recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"vue/multi-word-component-names": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
}
14 changes: 0 additions & 14 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 48b0870

Please sign in to comment.