@remotion/eslint-config-flat 4.0.487 → 4.0.489

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.
@@ -47603,6 +47603,7 @@ var makeConfig = ({
47603
47603
  ...import_eslint_plugin_react.default.configs.flat.rules,
47604
47604
  ...import_eslint_plugin_react_hooks.default.configs.recommended.rules,
47605
47605
  "no-console": "off",
47606
+ "@typescript-eslint/no-empty-object-type": "off",
47606
47607
  "react/jsx-key": "off",
47607
47608
  "react/jsx-no-target-blank": "off",
47608
47609
  "react/jsx-no-useless-fragment": "off",
package/dist/index.js CHANGED
@@ -31,6 +31,7 @@ export const makeConfig = ({ remotionDir, }) => tseslint.config({
31
31
  ...hooksPlugin.configs.recommended.rules,
32
32
  // Turning off rules that are too strict or don't apply to Remotion
33
33
  'no-console': 'off',
34
+ '@typescript-eslint/no-empty-object-type': 'off',
34
35
  'react/jsx-key': 'off',
35
36
  'react/jsx-no-target-blank': 'off',
36
37
  // In Root.tsx we encourage using fragment for just a single composition
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.487",
6
+ "version": "4.0.489",
7
7
  "description": "Default configuration for Remotion templates (ESLint >= 9)",
8
8
  "main": "dist/esm/index.mjs",
9
9
  "type": "module",
@@ -28,11 +28,11 @@
28
28
  "eslint": ">=9"
29
29
  },
30
30
  "devDependencies": {
31
- "@remotion/eslint-plugin": "4.0.487",
31
+ "@remotion/eslint-plugin": "4.0.489",
32
32
  "@eslint/js": "9.19.0",
33
33
  "eslint-plugin-react": "7.37.4",
34
34
  "eslint-plugin-react-hooks": "5.2.0",
35
- "@remotion/eslint-config-internal": "4.0.487",
35
+ "@remotion/eslint-config-internal": "4.0.489",
36
36
  "eslint": "9.19.0",
37
37
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
38
38
  },