@remotion/eslint-config-flat 4.0.396 → 4.0.398
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 +0 -1
- package/package.json +3 -3
package/dist/esm/index.mjs
CHANGED
|
@@ -47359,7 +47359,6 @@ var require_src2 = __commonJS2((exports, module) => {
|
|
|
47359
47359
|
"@remotion/staticfile-no-remote": "error",
|
|
47360
47360
|
"@remotion/no-background-image": "error",
|
|
47361
47361
|
"@remotion/non-pure-animation": "warn",
|
|
47362
|
-
"@remotion/slow-css-property": "warn",
|
|
47363
47362
|
"@remotion/v4-config-import": "error"
|
|
47364
47363
|
};
|
|
47365
47364
|
var configs = {
|
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.398",
|
|
7
7
|
"description": "Default configuration for Remotion templates (ESLint >= 9)",
|
|
8
8
|
"main": "dist/esm/index.mjs",
|
|
9
9
|
"type": "module",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"eslint": ">=9"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@remotion/eslint-plugin": "4.0.
|
|
30
|
+
"@remotion/eslint-plugin": "4.0.398",
|
|
31
31
|
"@eslint/js": "9.19.0",
|
|
32
32
|
"eslint-plugin-react": "7.37.4",
|
|
33
33
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
34
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
34
|
+
"@remotion/eslint-config-internal": "4.0.398",
|
|
35
35
|
"eslint": "9.19.0"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|