Skip to content

Commit

Permalink
fix: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Feb 6, 2025
1 parent 6f28890 commit 07623f6
Show file tree
Hide file tree
Showing 132 changed files with 6,296 additions and 4,482 deletions.
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import { createConfig } from '@arianrhodsandlot/eslint-config'

export default createConfig({
perfectionist: false,
rules: {
'@eslint-react/no-array-index-key': 'off',
'@eslint-react/no-complex-conditional-rendering': 'off',
'max-lines-per-function': 'off',
'sonarjs/no-nested-conditional': 'off',
},
})
118 changes: 64 additions & 54 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,88 +3,98 @@
"type": "module",
"scripts": {
"build": "vite build",
"dev:test": "playwright test -c tests/e2e --headed --ui",
"dev": "vite",
"dev:test": "playwright test -c tests/e2e --headed --ui",
"lint": "eslint src",
"prepare": "simple-git-hooks",
"prepare-test": "node ./scripts/prepare-test.js",
"preview": "vite build && vite preview",
"test": "playwright test -c tests/e2e"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.?(m|c)@(j|t)s?(x)": "node --run=eslint -- --fix",
"package.json": "pnpx sort-package-json"
},
"browserslist": [
"defaults",
"not op_mini all"
],
"dependencies": {
"@fontsource-variable/fredoka": "5.0.13",
"@fontsource-variable/outfit": "5.0.13",
"@fontsource/noto-mono": "5.0.11",
"@fontsource/noto-sans": "5.0.22",
"@fontsource/roboto": "5.0.13",
"@fontsource-variable/fredoka": "5.1.1",
"@fontsource-variable/outfit": "5.1.1",
"@fontsource/noto-mono": "5.1.0",
"@fontsource/noto-sans": "5.1.1",
"@fontsource/roboto": "5.1.1",
"@microsoft/microsoft-graph-client": "3.0.7",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-tooltip": "1.0.7",
"@react-hookz/web": "24.0.4",
"@zip.js/zip.js": "2.7.45",
"@radix-ui/react-dialog": "1.1.6",
"@radix-ui/react-popover": "1.1.6",
"@radix-ui/react-tooltip": "1.1.8",
"@react-hookz/web": "25.0.1",
"@zip.js/zip.js": "2.7.57",
"buffer": "6.0.3",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"delay": "6.0.0",
"dropbox": "10.34.0",
"file-select": "1.0.2",
"framer-motion": "11.2.10",
"framer-motion": "12.3.1",
"github-fork-ribbon-css": "0.2.3",
"goodcodes-parser": "2.5.0",
"i18next": "23.11.5",
"i18next-browser-languagedetector": "8.0.0",
"idb": "8.0.0",
"i18next": "24.2.2",
"i18next-browser-languagedetector": "8.0.2",
"idb": "8.0.2",
"idb-keyval": "6.2.1",
"jotai": "2.8.3",
"ky": "1.3.0",
"jotai": "2.11.3",
"ky": "1.7.4",
"lodash-es": "4.17.21",
"mitt": "3.0.1",
"nostalgist": "0.9.2",
"p-queue": "8.0.1",
"nostalgist": "0.12.1",
"p-queue": "8.1.0",
"path-browserify": "1.0.1",
"query-string": "9.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"query-string": "9.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-helmet": "6.1.0",
"react-i18next": "14.1.2",
"react-use": "17.5.0",
"react-window": "1.8.10",
"store2": "2.14.3",
"wouter": "3.2.0"
"react-i18next": "15.4.0",
"react-use": "17.6.0",
"react-window": "1.8.11",
"store2": "2.14.4",
"wouter": "3.5.1"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.15.6",
"@iconify/json": "2.2.218",
"@iconify/tailwind": "1.1.1",
"@playwright/test": "1.44.1",
"@tailwindcss/typography": "0.5.13",
"@types/emscripten": "1.39.13",
"@arianrhodsandlot/eslint-config": "0.17.1",
"@iconify/json": "2.2.303",
"@iconify/tailwind": "1.2.0",
"@playwright/test": "1.50.1",
"@tailwindcss/typography": "0.5.16",
"@types/emscripten": "1.40.0",
"@types/gapi": "0.0.47",
"@types/gapi.client.drive-v3": "0.0.4",
"@types/gapi.client.drive-v3": "0.0.5",
"@types/is-ci": "3.0.4",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.2",
"@types/path-browserify": "1.0.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/node": "22.13.1",
"@types/path-browserify": "1.0.3",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-helmet": "6.1.11",
"@types/react-window": "1.8.8",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react-swc": "3.7.0",
"autoprefixer": "10.4.19",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"browserfs": "1.4.3",
"eslint": "9.4.0",
"is-ci": "3.0.1",
"eslint": "9.19.0",
"is-ci": "4.1.0",
"lint-staged": "15.4.3",
"mkdirp": "3.0.1",
"postcss": "8.4.38",
"prettier": "3.3.2",
"postcss": "8.5.1",
"simple-git-hooks": "2.11.1",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "5.2.13",
"vite-plugin-pwa": "0.20.0",
"zx": "8.1.2"
},
"browserslist": [
"defaults",
"not op_mini all"
]
"typescript": "5.7.3",
"vite": "6.1.0",
"vite-plugin-pwa": "0.21.1",
"zx": "8.3.2"
}
}
Loading

0 comments on commit 07623f6

Please sign in to comment.