@remotion/eslint-config-flat 4.0.275 → 4.0.276
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
|
@@ -92590,7 +92590,7 @@ var require_rule_tester = __commonJS((exports, module) => {
|
|
|
92590
92590
|
var { Linter, SourceCodeFixer, interpolate } = require_linter2();
|
|
92591
92591
|
var CodePath = require_code_path();
|
|
92592
92592
|
var ajv = require_ajv2()({ strictDefaults: true });
|
|
92593
|
-
var espreePath = __require.resolve("espree");
|
|
92593
|
+
var espreePath = __require.resolve("/Users/jonathanburger/remotion/node_modules/.pnpm/espree@9.6.1/node_modules/espree/dist/espree.cjs");
|
|
92594
92594
|
var parserSymbol = Symbol.for("eslint.RuleTester.parser");
|
|
92595
92595
|
var { SourceCode } = require_source_code2();
|
|
92596
92596
|
var testerDefaultConfig = { rules: {} };
|
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.276",
|
|
7
7
|
"description": "Default configuration for Remotion templates (ESLint >= 9)",
|
|
8
8
|
"main": "dist/esm/index.mjs",
|
|
9
9
|
"type": "module",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"eslint-plugin-react": "7.37.4",
|
|
26
26
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
27
27
|
"eslint": "9.19.0",
|
|
28
|
-
"@remotion/eslint-
|
|
29
|
-
"@remotion/eslint-
|
|
28
|
+
"@remotion/eslint-config-internal": "4.0.276",
|
|
29
|
+
"@remotion/eslint-plugin": "4.0.276"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
32
32
|
"remotion",
|