@remotion/eslint-config 4.0.0-alpha.217 → 4.0.0-alpha4
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.
|
@@ -30,10 +30,9 @@ exports.autoImports = {
|
|
|
30
30
|
Freeze: "import {Freeze} from 'remotion'",
|
|
31
31
|
Loop: "import {Loop} from 'remotion'",
|
|
32
32
|
staticFile: "import {staticFile} from 'remotion'",
|
|
33
|
-
Config: "import {Config} from '
|
|
33
|
+
Config: "import {Config} from 'remotion'",
|
|
34
34
|
Img: "import {Img} from 'remotion'",
|
|
35
35
|
IFrame: "import {IFrame} from 'remotion'",
|
|
36
36
|
Folder: "import {Folder} from 'remotion'",
|
|
37
|
-
z: "import {z} from 'zod'",
|
|
38
37
|
styled: "import styled from 'styled-components'",
|
|
39
38
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -55,7 +55,6 @@ declare const _default: {
|
|
|
55
55
|
Img: string;
|
|
56
56
|
IFrame: string;
|
|
57
57
|
Folder: string;
|
|
58
|
-
z: string;
|
|
59
58
|
styled: string;
|
|
60
59
|
};
|
|
61
60
|
})[];
|
|
@@ -506,7 +505,6 @@ declare const _default: {
|
|
|
506
505
|
Img: string;
|
|
507
506
|
IFrame: string;
|
|
508
507
|
Folder: string;
|
|
509
|
-
z: string;
|
|
510
508
|
styled: string;
|
|
511
509
|
};
|
|
512
510
|
})[];
|
package/package.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-config",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-alpha4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "tsc -d",
|
|
8
|
-
"watch": "tsc -w"
|
|
9
|
-
},
|
|
10
6
|
"files": [
|
|
11
7
|
"dist"
|
|
12
8
|
],
|
|
@@ -16,7 +12,7 @@
|
|
|
16
12
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
17
13
|
"license": "ISC",
|
|
18
14
|
"dependencies": {
|
|
19
|
-
"@remotion/eslint-plugin": "4.0.0-
|
|
15
|
+
"@remotion/eslint-plugin": "4.0.0-alpha4",
|
|
20
16
|
"@typescript-eslint/eslint-plugin": "5.19.0",
|
|
21
17
|
"@typescript-eslint/parser": "5.19.0",
|
|
22
18
|
"eslint-plugin-10x": "1.5.2",
|
|
@@ -41,5 +37,8 @@
|
|
|
41
37
|
"publishConfig": {
|
|
42
38
|
"access": "public"
|
|
43
39
|
},
|
|
44
|
-
"
|
|
45
|
-
|
|
40
|
+
"scripts": {
|
|
41
|
+
"build": "tsc -d",
|
|
42
|
+
"watch": "tsc -w"
|
|
43
|
+
}
|
|
44
|
+
}
|