@remotion/eslint-config 4.0.484 → 4.0.486
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/index.d.ts +4 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -381,6 +381,7 @@ declare const _default: {
|
|
|
381
381
|
'react/jsx-uses-vars': string;
|
|
382
382
|
'react-hooks/rules-of-hooks': string;
|
|
383
383
|
'react-hooks/exhaustive-deps': string;
|
|
384
|
+
'@remotion/valid-composition-and-folder-name': string;
|
|
384
385
|
'react/jsx-no-constructed-context-values': string;
|
|
385
386
|
'no-console': string;
|
|
386
387
|
'react/react-in-jsx-scope': string;
|
|
@@ -755,6 +756,7 @@ declare const _default: {
|
|
|
755
756
|
'react/jsx-uses-vars': string;
|
|
756
757
|
'react-hooks/rules-of-hooks': string;
|
|
757
758
|
'react-hooks/exhaustive-deps': string;
|
|
759
|
+
'@remotion/valid-composition-and-folder-name': string;
|
|
758
760
|
'react/jsx-no-constructed-context-values': string;
|
|
759
761
|
'no-console': string;
|
|
760
762
|
'react/react-in-jsx-scope': string;
|
|
@@ -1138,6 +1140,7 @@ declare const _default: {
|
|
|
1138
1140
|
'react/jsx-uses-vars': string;
|
|
1139
1141
|
'react-hooks/rules-of-hooks': string;
|
|
1140
1142
|
'react-hooks/exhaustive-deps': string;
|
|
1143
|
+
'@remotion/valid-composition-and-folder-name': string;
|
|
1141
1144
|
'react/jsx-no-constructed-context-values': string;
|
|
1142
1145
|
'no-console': string;
|
|
1143
1146
|
'react/react-in-jsx-scope': string;
|
|
@@ -1512,6 +1515,7 @@ declare const _default: {
|
|
|
1512
1515
|
'react/jsx-uses-vars': string;
|
|
1513
1516
|
'react-hooks/rules-of-hooks': string;
|
|
1514
1517
|
'react-hooks/exhaustive-deps': string;
|
|
1518
|
+
'@remotion/valid-composition-and-folder-name': string;
|
|
1515
1519
|
'react/jsx-no-constructed-context-values': string;
|
|
1516
1520
|
'no-console': string;
|
|
1517
1521
|
'react/react-in-jsx-scope': string;
|
package/dist/index.js
CHANGED
|
@@ -461,6 +461,7 @@ const getRules = (typescript) => {
|
|
|
461
461
|
'react/jsx-uses-vars': 'error',
|
|
462
462
|
'react-hooks/rules-of-hooks': 'error',
|
|
463
463
|
'react-hooks/exhaustive-deps': 'warn',
|
|
464
|
+
'@remotion/valid-composition-and-folder-name': 'error',
|
|
464
465
|
// Turning off rules that are too strict or don't apply to Remotion
|
|
465
466
|
'react/jsx-no-constructed-context-values': 'off',
|
|
466
467
|
'no-console': 'off',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/eslint-config",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.486",
|
|
7
7
|
"description": "Default configuration for Remotion templates (ESLint <= 8)",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"files": [
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"eslint": ">=7.15.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@remotion/eslint-plugin": "4.0.
|
|
28
|
+
"@remotion/eslint-plugin": "4.0.486",
|
|
29
29
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
30
30
|
"@typescript-eslint/parser": "6.21.0",
|
|
31
31
|
"eslint-plugin-react": "7.37.4",
|
|
32
32
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
33
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
33
|
+
"@remotion/eslint-config-internal": "4.0.486",
|
|
34
34
|
"eslint": "9.19.0",
|
|
35
35
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
36
36
|
},
|