Skip to content

Commit

Permalink
Swap
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 23, 2024
1 parent fafc0b5 commit c861888
Show file tree
Hide file tree
Showing 5 changed files with 768 additions and 1,863 deletions.
7 changes: 1 addition & 6 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ import tseslint from 'typescript-eslint'

export default tseslint.config(
{
ignores: [
'**/dist/**/*',
'jest.config.js',
'eslint.config.mjs',
'esbuild.mjs',
],
ignores: ['**/dist/**/*', 'eslint.config.mjs', 'esbuild.mjs'],
},
{
languageOptions: {
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src"
],
"scripts": {
"test": "jest",
"test": "vitest",
"clean": "rimraf dist",
"format": "prettier --write .",
"prebuild": "npm run clean",
Expand All @@ -37,7 +37,6 @@
"@mui/material": "^5.12.0",
"@mui/system": "^5.12.0",
"@mui/x-data-grid": "^7.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"@types/pako": "^2.0.0",
"@types/react": "^18.2.54",
Expand All @@ -52,7 +51,6 @@
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-unicorn": "^55.0.0",
"fp-ts": "^2.16.9",
"jest": "^29.7.0",
"mobx": "^6.0.0",
"mobx-react": "^9.0.1",
"mobx-state-tree": "5.4.2",
Expand All @@ -63,11 +61,10 @@
"react-dom": "^18.2.0",
"rimraf": "^6.0.1",
"rxjs": "^7.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.3.0",
"tss-react": "^4.9.4",
"typescript": "^5.3.3",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.1.0",
"vitest": "^2.0.5"
},
"author": "Colin <[email protected]>",
"license": "MIT"
Expand Down
Loading

0 comments on commit c861888

Please sign in to comment.