@remotion/eslint-config 4.0.234 → 4.0.235
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 +0 -4
- package/dist/index.js +0 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -309,7 +309,6 @@ declare const _default: {
|
|
|
309
309
|
'lines-between-class-members': (string | {
|
|
310
310
|
exceptAfterSingleLine: boolean;
|
|
311
311
|
})[];
|
|
312
|
-
'max-depth': string;
|
|
313
312
|
'max-nested-callbacks': (string | number)[];
|
|
314
313
|
'max-params': (string | {
|
|
315
314
|
max: number;
|
|
@@ -735,7 +734,6 @@ declare const _default: {
|
|
|
735
734
|
'lines-between-class-members': (string | {
|
|
736
735
|
exceptAfterSingleLine: boolean;
|
|
737
736
|
})[];
|
|
738
|
-
'max-depth': string;
|
|
739
737
|
'max-nested-callbacks': (string | number)[];
|
|
740
738
|
'max-params': (string | {
|
|
741
739
|
max: number;
|
|
@@ -1156,7 +1154,6 @@ declare const _default: {
|
|
|
1156
1154
|
'lines-between-class-members': (string | {
|
|
1157
1155
|
exceptAfterSingleLine: boolean;
|
|
1158
1156
|
})[];
|
|
1159
|
-
'max-depth': string;
|
|
1160
1157
|
'max-nested-callbacks': (string | number)[];
|
|
1161
1158
|
'max-params': (string | {
|
|
1162
1159
|
max: number;
|
|
@@ -1582,7 +1579,6 @@ declare const _default: {
|
|
|
1582
1579
|
'lines-between-class-members': (string | {
|
|
1583
1580
|
exceptAfterSingleLine: boolean;
|
|
1584
1581
|
})[];
|
|
1585
|
-
'max-depth': string;
|
|
1586
1582
|
'max-nested-callbacks': (string | number)[];
|
|
1587
1583
|
'max-params': (string | {
|
|
1588
1584
|
max: number;
|
package/dist/index.js
CHANGED
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.235",
|
|
7
7
|
"description": "Default configuration for Remotion templates",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"eslint-plugin-10x": "1.5.2",
|
|
21
21
|
"eslint-plugin-react": "7.37.2",
|
|
22
22
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
23
|
-
"@remotion/eslint-plugin": "4.0.
|
|
23
|
+
"@remotion/eslint-plugin": "4.0.235"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"eslint": ">=7.15.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"eslint": "9.14.0",
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.235"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"remotion",
|