@remotion/eslint-config-flat 4.0.355 → 4.0.357
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/esm/index.mjs +2 -2
- package/package.json +3 -3
package/dist/esm/index.mjs
CHANGED
|
@@ -28137,7 +28137,7 @@ var require_minimatch = __commonJS((exports, module) => {
|
|
|
28137
28137
|
}
|
|
28138
28138
|
}
|
|
28139
28139
|
for (var i = 0, len = pattern.length, c;i < len && (c = pattern.charAt(i)); i++) {
|
|
28140
|
-
this.debug("%s
|
|
28140
|
+
this.debug("%s\t%s %s %j", pattern, i, re, c);
|
|
28141
28141
|
if (escaping && reSpecials[c]) {
|
|
28142
28142
|
re += "\\" + c;
|
|
28143
28143
|
escaping = false;
|
|
@@ -46313,7 +46313,7 @@ var init_deterministic_randomness = __esm(() => {
|
|
|
46313
46313
|
});
|
|
46314
46314
|
});
|
|
46315
46315
|
var createRule2;
|
|
46316
|
-
var EvenDimensions = "Videos rendered in H264/H265 codec do not support dimensions that are not divisible by 2.
|
|
46316
|
+
var EvenDimensions = "Videos rendered in H264/H265 codec do not support dimensions that are not divisible by 2. Remotion will round down your dimensions to satisfy this constraint. Ignore this warning if you don't plan on rendering this video with a H264 or H265 codec.";
|
|
46317
46317
|
var even_dimensions_default;
|
|
46318
46318
|
var init_even_dimensions = __esm(() => {
|
|
46319
46319
|
createRule2 = import_utils2.ESLintUtils.RuleCreator(() => {
|
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.357",
|
|
7
7
|
"description": "Default configuration for Remotion templates (ESLint >= 9)",
|
|
8
8
|
"main": "dist/esm/index.mjs",
|
|
9
9
|
"type": "module",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"eslint-plugin-react": "7.37.4",
|
|
27
27
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
28
28
|
"eslint": "9.19.0",
|
|
29
|
-
"@remotion/eslint-plugin": "4.0.
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
29
|
+
"@remotion/eslint-plugin": "4.0.357",
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.357"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"remotion",
|