Skip to content

Commit

Permalink
Merge pull request #8 from guillaume-leo/feature/refactor
Browse files Browse the repository at this point in the history
Feature/refactor
  • Loading branch information
guillaume-leo authored Nov 25, 2021
2 parents 017267e + f60a7ae commit cb23d28
Show file tree
Hide file tree
Showing 56 changed files with 3,016 additions and 1,196 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
module.exports = {
globals: {
defineProps: "readonly",
},
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended'
'eslint:recommended',
'@vue/typescript'
],
parserOptions: {
parser: 'babel-eslint'
parser: '@typescript-eslint/parser'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
Expand Down
Loading

0 comments on commit cb23d28

Please sign in to comment.