@remotion/eslint-config-flat 4.0.278 → 4.0.280
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 +1 -1
- package/package.json +3 -3
package/dist/esm/index.mjs
CHANGED
|
@@ -47075,7 +47075,7 @@ var createRule12;
|
|
|
47075
47075
|
var NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.";
|
|
47076
47076
|
var NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.";
|
|
47077
47077
|
var NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
|
|
47078
|
-
var NoNativeVideoTag = "Use the <
|
|
47078
|
+
var NoNativeVideoTag = "Use the <OffthreadVideo /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
|
|
47079
47079
|
var warn_native_media_tag_default;
|
|
47080
47080
|
var init_warn_native_media_tag = __esm(() => {
|
|
47081
47081
|
createRule12 = import_utils12.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.280",
|
|
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.280",
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.280"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"remotion",
|