@remotion/eslint-config-flat 4.0.306 → 4.0.308
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
|
@@ -28137,7 +28137,7 @@ var require_minimatch = __commonJS((exports, module) => {
|
|
|
28137
28137
|
}
|
|
28138
28138
|
}
|
|
28139
28139
|
for (var i = 0, len = pattern.length, c;i < len && (c = pattern.charAt(i)); i++) {
|
|
28140
|
-
this.debug("%s
|
|
28140
|
+
this.debug("%s %s %s %j", pattern, i, re, c);
|
|
28141
28141
|
if (escaping && reSpecials[c]) {
|
|
28142
28142
|
re += "\\" + c;
|
|
28143
28143
|
escaping = false;
|
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.308",
|
|
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-
|
|
30
|
-
"@remotion/eslint-
|
|
29
|
+
"@remotion/eslint-config-internal": "4.0.308",
|
|
30
|
+
"@remotion/eslint-plugin": "4.0.308"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"remotion",
|