Skip to content

Commit

Permalink
ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed May 4, 2024
1 parent c7e6f87 commit e9cbcd7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1,926 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"author": "Rongjian Zhang <pd4d10@gmail.com>",
"main": ".vite/build/main.js",
"scripts": {
"lint": "prettier --check 'src/**/*.{ts,tsx}' && eslint '**/*.{ts,tsx}'",
"lint-fix": "prettier --write 'src/**/*.{ts,tsx}' && eslint --fix '**/*.{ts,tsx}'",
"lint": "prettier --check 'src/**/*.{ts,tsx}'",
"lint-fix": "prettier --write 'src/**/*.{ts,tsx}'",
"make": "electron-forge make",
"package": "electron-forge package",
"publish": "electron-forge publish",
Expand Down Expand Up @@ -41,24 +41,17 @@
"@electron-forge/publisher-github": "^7.4.0",
"@reduxjs/toolkit": "^2.2.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.10",
"@types/ini": "^4.1.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3",
"@types/universal-analytics": "^0.4.8",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"electron": "^30.0.2",
"electron-devtools-installer": "^3.2.0",
"electron-redux": "2.0.0-alpha.9",
"electron-update-notification": "^0.1.0",
"eslint": "^9.1.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"get-port": "^7.1.0",
"ini": "^4.1.2",
"lodash-es": "^4.17.21",
Expand Down

0 comments on commit e9cbcd7

Please sign in to comment.