Skip to content

Commit a67b32a

Browse files
committed
Update template
1 parent 84d0468 commit a67b32a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { config } from "@remotion/eslint-config-flat";
2+
3+
export default config;

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "remotion studio",
77
"build": "remotion bundle",
88
"upgrade": "remotion upgrade",
9-
"lint": "eslint src --ext ts,tsx,js,jsx && tsc"
9+
"lint": "eslint src && tsc"
1010
},
1111
"repository": {},
1212
"license": "UNLICENSED",
@@ -23,11 +23,11 @@
2323
"zod": "3.22.3"
2424
},
2525
"devDependencies": {
26-
"@remotion/eslint-config": "^4.0.0",
26+
"@remotion/eslint-config-flat": "^4.0.0",
2727
"@types/react": "19.0.0",
2828
"@types/three": "0.170.0",
2929
"@types/web": "0.0.166",
30-
"eslint": "8.57.1",
30+
"eslint": "9.14.0",
3131
"prettier": "3.3.3",
3232
"typescript": "5.5.4"
3333
},

0 commit comments

Comments
 (0)