@remotion/eslint-config 4.1.0-alpha1 → 4.1.0-alpha10
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.js +0 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -310,7 +310,6 @@ const getRules = (typescript) => {
|
|
|
310
310
|
"always",
|
|
311
311
|
{
|
|
312
312
|
// Workaround to allow class fields to not have lines between them.
|
|
313
|
-
// TODO: Get ESLint to add an option to ignore class fields.
|
|
314
313
|
exceptAfterSingleLine: true,
|
|
315
314
|
},
|
|
316
315
|
],
|
|
@@ -390,7 +389,6 @@ const getRules = (typescript) => {
|
|
|
390
389
|
{
|
|
391
390
|
// `array` is disabled because it forces destructuring on
|
|
392
391
|
// stupid stuff like `foo.bar = process.argv[2];`
|
|
393
|
-
// TODO: Open ESLint issue about this
|
|
394
392
|
VariableDeclarator: {
|
|
395
393
|
array: false,
|
|
396
394
|
object: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-config",
|
|
3
|
-
"version": "4.1.0-
|
|
3
|
+
"version": "4.1.0-alpha10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"eslint-plugin-10x": "1.5.2",
|
|
18
18
|
"eslint-plugin-react": "7.32.2",
|
|
19
19
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
20
|
-
"@remotion/eslint-plugin": "4.1.0-
|
|
20
|
+
"@remotion/eslint-plugin": "4.1.0-alpha10"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"eslint": ">=7.15.0"
|