Skip to content

Commit

Permalink
chore: remove million/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Oct 29, 2024
1 parent 34c62ec commit 3af0038
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 1,688 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@stylexjs/stylex": "0.8.0",
"@tanstack/react-router": "1.77.6",
"@tanstack/react-router": "1.77.8",
"@tanstack/react-store": "0.5.6",
"@tanstack/router-devtools": "1.77.6",
"@tanstack/router-plugin": "1.76.4",
"@tanstack/router-devtools": "1.77.8",
"@tanstack/router-plugin": "1.77.7",
"@use-gesture/react": "10.3.1",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
Expand All @@ -39,7 +39,6 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@eslint/js": "9.13.0",
"@million/lint": "1.0.11",
"@playwright/test": "1.48.2",
"@rollup/pluginutils": "5.1.3",
"@stylexjs/babel-plugin": "0.8.0",
Expand All @@ -52,7 +51,7 @@
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/css": "0.0.38",
"@types/lodash-es": "4.17.12",
"@types/node": "20.17.2",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.12.2",
Expand Down Expand Up @@ -82,12 +81,12 @@
"vite-plugin-stylex": "0.12.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-expiration": "7.1.0",
"workbox-precaching": "7.1.0",
"workbox-routing": "7.1.0",
"workbox-strategies": "7.1.0"
"workbox-build": "7.3.0",
"workbox-core": "7.3.0",
"workbox-expiration": "7.3.0",
"workbox-precaching": "7.3.0",
"workbox-routing": "7.3.0",
"workbox-strategies": "7.3.0"
},
"browserslist": {
"production": [
Expand Down
9 changes: 0 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import MillionLint from "@million/lint";
import styleXPlugin from "@stylexjs/babel-plugin";
//@ts-ignore Complaining that the export does not exist, when in fact it does
import { TanStackRouterVite } from "@tanstack/router-plugin/vite";
Expand Down Expand Up @@ -78,14 +77,6 @@ export default defineConfig({
globDirectory: "dist",
swSrc: "src/service-worker.ts",
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024
}),
MillionLint.vite({
enabled: false, // @TODO
telemetry: false,
optimizeDOM: false,
filter: {
include: "**/src/*.{mtsx,mjsx,tsx,jsx}"
}
})
],
test: {
Expand Down
Loading

0 comments on commit 3af0038

Please sign in to comment.