@remotion/eslint-plugin 4.0.280 → 4.0.284
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 +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -663,7 +663,7 @@ var import_utils11 = require("@typescript-eslint/utils");
|
|
|
663
663
|
var createRule11 = import_utils11.ESLintUtils.RuleCreator(() => {
|
|
664
664
|
return `https://github.com/remotion-dev/remotion`;
|
|
665
665
|
});
|
|
666
|
-
var VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/
|
|
666
|
+
var VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/audio/volume";
|
|
667
667
|
var volume_callback_default = createRule11({
|
|
668
668
|
name: "volume-callback",
|
|
669
669
|
meta: {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -689,7 +689,7 @@ var init_v4_import = __esm(() => {
|
|
|
689
689
|
|
|
690
690
|
// src/rules/volume-callback.ts
|
|
691
691
|
import { ESLintUtils as ESLintUtils11 } from "@typescript-eslint/utils";
|
|
692
|
-
var createRule11, VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/
|
|
692
|
+
var createRule11, VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/audio/volume", volume_callback_default;
|
|
693
693
|
var init_volume_callback = __esm(() => {
|
|
694
694
|
createRule11 = ESLintUtils11.RuleCreator(() => {
|
|
695
695
|
return `https://github.com/remotion-dev/remotion`;
|
package/package.json
CHANGED