Skip to content

Commit

Permalink
Replace eslint with biome
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Nov 14, 2024
1 parent 708a040 commit adf5757
Show file tree
Hide file tree
Showing 69 changed files with 540 additions and 2,243 deletions.
34 changes: 0 additions & 34 deletions .eslintrc.js

This file was deleted.

30 changes: 7 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,23 @@
"zustand": "5.0.1"
},
"devDependencies": {
"@rsbuild/core": "1.1.1",
"@biomejs/biome": "1.9.4",
"@rsbuild/core": "1.1.2",
"@rsbuild/plugin-react": "1.0.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/uuid": "^10.0.0",
"@types/react-dom": "^18.3.1",
"@types/recharts": "1.8.29",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-unosquare": "0.20.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
Expand All @@ -54,20 +48,10 @@
"start": "rsbuild dev --open",
"watch": "tsc --watch",
"build": "tsc && npx ncp src/resources/ dist/resources",
"lint": "tsc --noEmit && eslint ./src/**/*.{ts,tsx}",
"lint:fix": "eslint ./src/**/*.{ts,tsx} --fix",
"lint": "pnpm biome check ./src",
"lint:fix": "pnpm biome check --write ./src",
"test": "jest --silent",
"cest": "jest --silent --collectCoverage",
"prepare": "husky"
},
"prettier": {
"endOfLine": "auto",
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"tabWidth": 4
"cest": "jest --silent --collectCoverage"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit adf5757

Please sign in to comment.