Skip to content

Commit

Permalink
chore(deps): get rid of prettier (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0dr1y authored Oct 23, 2023
1 parent d068f6a commit c0673bc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 49 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"extends": [
"eslint:recommended",
"plugin:vue/vue3-recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
"plugin:@typescript-eslint/recommended"
],
"globals": {
"defineEmits": "readonly",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
run: npm install
- name: Run ESLint
run: npm run lint
- name: Run Prettier
run: npx prettier --check "src/**/*.ts"
- name: Run Vue TSC
run: npx vue-tsc --noEmit
test:
Expand Down
1 change: 0 additions & 1 deletion .prettierrc.json

This file was deleted.

42 changes: 0 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@
"@typescript-eslint/parser": "^5.27.1",
"@vue/test-utils": "^2.0.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.1",
"jest": "^27.5.1",
"prettier": "2.8.8",
"ts-jest": "^27.1.4",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
Expand Down

0 comments on commit c0673bc

Please sign in to comment.