@remotion/eslint-plugin 3.1.11 → 3.2.0
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.
|
@@ -5,8 +5,9 @@ const createRule = utils_1.ESLintUtils.RuleCreator(() => {
|
|
|
5
5
|
return `https://github.com/remotion-dev/remotion`;
|
|
6
6
|
});
|
|
7
7
|
const UseGifComponent = [
|
|
8
|
-
"Use the <Gif> component
|
|
9
|
-
"See: https://www.remotion.dev/docs/gif",
|
|
8
|
+
"Use the <Gif> component animated GIFs.",
|
|
9
|
+
"See: https://www.remotion.dev/docs/gif.",
|
|
10
|
+
"Ignore this message if this is a non-animated GIF.",
|
|
10
11
|
].join("\n");
|
|
11
12
|
exports.default = createRule({
|
|
12
13
|
name: "use-gif-component",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "A set of rules helping you avoid common pitfalls in Remotion.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -d",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"typescript": "^4.7.0"
|
|
24
24
|
},
|
|
25
25
|
"private": false,
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "47b188161a9e922a247eaa998e72d37af9137707"
|
|
27
27
|
}
|