@remotion/eslint-plugin 4.1.0-alpha4 → 4.1.0-alpha7

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const utils_1 = require("@typescript-eslint/utils");
4
4
  const createRule = utils_1.ESLintUtils.RuleCreator(() => {
5
- return `https://v4.remotion.dev/docs/4-0-migration`;
5
+ return `https://www.remotion.dev/docs/4-0-migration`;
6
6
  });
7
7
  const ImportConfig = "Update the import to the new V4 location: import {Config} from '@remotion/cli/config'";
8
8
  const rule = createRule({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-plugin",
3
- "version": "4.1.0-alpha4",
3
+ "version": "4.1.0-alpha7",
4
4
  "description": "A set of rules helping you avoid common pitfalls in Remotion.",
5
5
  "main": "dist/index.js",
6
6
  "bugs": {