Skip to content

Commit

Permalink
fix: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jun 11, 2024
1 parent 54b1461 commit 6f28890
Show file tree
Hide file tree
Showing 28 changed files with 2,100 additions and 1,960 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist
node_modules
test-results
tests/fixtures/roms
vendors

3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ import { createConfig } from '@arianrhodsandlot/eslint-config'

export default createConfig({
perfectionist: false,
append: [
{ ignores: ['src/core/classes/libretrodb', 'src/views/lib/spatial-navigation/js-spatial-navigation.ts'] },
],
})
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"@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.43",
"@zip.js/zip.js": "2.7.45",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"delay": "6.0.0",
"dropbox": "10.34.0",
"file-select": "1.0.2",
"framer-motion": "11.1.7",
"framer-motion": "11.2.10",
"github-fork-ribbon-css": "0.2.3",
"goodcodes-parser": "2.5.0",
"i18next": "23.11.2",
"i18next-browser-languagedetector": "7.2.1",
"i18next": "23.11.5",
"i18next-browser-languagedetector": "8.0.0",
"idb": "8.0.0",
"idb-keyval": "6.2.1",
"jotai": "2.8.0",
"ky": "1.2.4",
"jotai": "2.8.3",
"ky": "1.3.0",
"lodash-es": "4.17.21",
"mitt": "3.0.1",
"nostalgist": "0.9.2",
Expand All @@ -45,42 +45,43 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-i18next": "14.1.1",
"react-i18next": "14.1.2",
"react-use": "17.5.0",
"react-window": "1.8.10",
"store2": "2.14.3",
"wouter": "3.1.2"
"wouter": "3.2.0"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.12.2",
"@iconify/json": "2.2.204",
"@iconify/tailwind": "0.1.4",
"@playwright/test": "1.43.1",
"@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.10",
"@types/emscripten": "1.39.13",
"@types/gapi": "0.0.47",
"@types/gapi.client.drive-v3": "0.0.4",
"@types/is-ci": "3.0.4",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.7",
"@types/node": "20.14.2",
"@types/path-browserify": "1.0.2",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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.6.0",
"@vitejs/plugin-react-swc": "3.7.0",
"autoprefixer": "10.4.19",
"browserfs": "1.4.3",
"eslint": "9.1.1",
"eslint": "9.4.0",
"is-ci": "3.0.1",
"mkdirp": "3.0.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-plugin-pwa": "0.19.8",
"zx": "8.0.2"
"vite": "5.2.13",
"vite-plugin-pwa": "0.20.0",
"zx": "8.1.2"
},
"browserslist": [
"defaults",
Expand Down
Loading

0 comments on commit 6f28890

Please sign in to comment.