@remotion/eslint-config-flat 4.0.423 → 4.0.424
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,6 @@ export const autoImports = {
|
|
|
15
15
|
Easing: "import {Easing} from 'remotion'",
|
|
16
16
|
getInputProps: "import {getInputProps} from 'remotion'",
|
|
17
17
|
getStaticFiles: "import {getStaticFiles} from '@remotion/studio'",
|
|
18
|
-
watchStaticFiles: "import {watchStaticFiles} from '@remotion/studio'",
|
|
19
18
|
continueRender: "import {continueRender} from 'remotion'",
|
|
20
19
|
delayRender: "import {delayRender} from 'remotion'",
|
|
21
20
|
AbsoluteFill: "import {AbsoluteFill} from 'remotion'",
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { Linter } from 'eslint';
|
|
2
2
|
export declare const makeConfig: ({ remotionDir, }: {
|
|
3
3
|
remotionDir: string | undefined;
|
|
4
|
-
}) =>
|
|
5
|
-
export declare const config:
|
|
4
|
+
}) => Linter.Config<Linter.RulesRecord>[];
|
|
5
|
+
export declare const config: Linter.Config[];
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config-flat"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/eslint-config-flat",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.424",
|
|
7
7
|
"description": "Default configuration for Remotion templates (ESLint >= 9)",
|
|
8
8
|
"main": "dist/esm/index.mjs",
|
|
9
9
|
"type": "module",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"lint": "eslint src",
|
|
15
15
|
"formatting": "prettier --experimental-cli src --check",
|
|
16
|
-
"make": "
|
|
16
|
+
"make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
|
|
17
17
|
},
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
@@ -27,12 +27,13 @@
|
|
|
27
27
|
"eslint": ">=9"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@remotion/eslint-plugin": "4.0.
|
|
30
|
+
"@remotion/eslint-plugin": "4.0.424",
|
|
31
31
|
"@eslint/js": "9.19.0",
|
|
32
32
|
"eslint-plugin-react": "7.37.4",
|
|
33
33
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
34
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
35
|
-
"eslint": "9.19.0"
|
|
34
|
+
"@remotion/eslint-config-internal": "4.0.424",
|
|
35
|
+
"eslint": "9.19.0",
|
|
36
|
+
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
36
37
|
},
|
|
37
38
|
"keywords": [
|
|
38
39
|
"remotion",
|