@remotion/eslint-config-flat 4.0.279 → 4.0.282
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
|
@@ -47004,7 +47004,7 @@ var init_v4_import = __esm(() => {
|
|
|
47004
47004
|
v4_import_default = rule;
|
|
47005
47005
|
});
|
|
47006
47006
|
var createRule11;
|
|
47007
|
-
var VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/
|
|
47007
|
+
var VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/audio/volume";
|
|
47008
47008
|
var volume_callback_default;
|
|
47009
47009
|
var init_volume_callback = __esm(() => {
|
|
47010
47010
|
createRule11 = import_utils11.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.282",
|
|
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.282",
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.282"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"remotion",
|