Skip to content

Commit

Permalink
[UPDATE] eslint and prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Jul 14, 2021
1 parent 403a894 commit 46b30f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"tabWidth": 2
}
10 changes: 10 additions & 0 deletions packages/vue/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
extends: ['prettier', 'plugin:prettier/recommended'],
rules: {},
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module',
allowImportExportEverywhere: true,
},
};

File renamed without changes.
15 changes: 0 additions & 15 deletions tsconfig.json

This file was deleted.

1 comment on commit 46b30f1

@vercel
Copy link

@vercel vercel bot commented on 46b30f1 Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.