@remotion/eslint-plugin 4.0.396 → 4.0.397
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.
- package/dist/cjs/index.js +0 -1
- package/dist/esm/index.mjs +0 -1
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1048,7 +1048,6 @@ var recommendedRuleConfig = {
|
|
|
1048
1048
|
"@remotion/staticfile-no-remote": "error",
|
|
1049
1049
|
"@remotion/no-background-image": "error",
|
|
1050
1050
|
"@remotion/non-pure-animation": "warn",
|
|
1051
|
-
"@remotion/slow-css-property": "warn",
|
|
1052
1051
|
"@remotion/v4-config-import": "error"
|
|
1053
1052
|
};
|
|
1054
1053
|
var configs = {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1099,7 +1099,6 @@ var require_src = __commonJS((exports, module) => {
|
|
|
1099
1099
|
"@remotion/staticfile-no-remote": "error",
|
|
1100
1100
|
"@remotion/no-background-image": "error",
|
|
1101
1101
|
"@remotion/non-pure-animation": "warn",
|
|
1102
|
-
"@remotion/slow-css-property": "warn",
|
|
1103
1102
|
"@remotion/v4-config-import": "error"
|
|
1104
1103
|
};
|
|
1105
1104
|
var configs = {
|
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ declare const _default: {
|
|
|
14
14
|
readonly '@remotion/staticfile-no-remote': "error";
|
|
15
15
|
readonly '@remotion/no-background-image': "error";
|
|
16
16
|
readonly '@remotion/non-pure-animation': "warn";
|
|
17
|
-
readonly '@remotion/slow-css-property': "warn";
|
|
18
17
|
readonly '@remotion/v4-config-import': "error";
|
|
19
18
|
};
|
|
20
19
|
readonly plugins: readonly ["@remotion"];
|
|
@@ -50,7 +49,6 @@ declare const _default: {
|
|
|
50
49
|
readonly '@remotion/staticfile-no-remote': "error";
|
|
51
50
|
readonly '@remotion/no-background-image': "error";
|
|
52
51
|
readonly '@remotion/non-pure-animation': "warn";
|
|
53
|
-
readonly '@remotion/slow-css-property': "warn";
|
|
54
52
|
readonly '@remotion/v4-config-import': "error";
|
|
55
53
|
};
|
|
56
54
|
plugins: {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-plugin"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/eslint-plugin",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.397",
|
|
7
7
|
"description": "Rules for writing Remotion code",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "node src/tests/execute.mjs",
|