@remotion/eslint-config 3.2.42 → 3.2.44

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 CHANGED
@@ -422,7 +422,6 @@ declare const _default: {
422
422
  noTemplateLiterals: boolean;
423
423
  })[];
424
424
  "react/no-this-in-sfc": string;
425
- "react/no-unescaped-entities": string;
426
425
  "react/no-unknown-property": string;
427
426
  "react/no-unsafe": string;
428
427
  "react/no-unused-prop-types": string;
@@ -873,7 +872,6 @@ declare const _default: {
873
872
  noTemplateLiterals: boolean;
874
873
  })[];
875
874
  "react/no-this-in-sfc": string;
876
- "react/no-unescaped-entities": string;
877
875
  "react/no-unknown-property": string;
878
876
  "react/no-unsafe": string;
879
877
  "react/no-unused-prop-types": string;
package/dist/index.js CHANGED
@@ -467,7 +467,6 @@ const getRules = (typescript) => {
467
467
  },
468
468
  ],
469
469
  "react/no-this-in-sfc": "error",
470
- "react/no-unescaped-entities": "error",
471
470
  "react/no-unknown-property": "error",
472
471
  "react/no-unsafe": "error",
473
472
  "react/no-unused-prop-types": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-config",
3
- "version": "3.2.42",
3
+ "version": "3.2.44",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "author": "Jonny Burger <jonny@remotion.dev>",
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "@remotion/eslint-plugin": "3.2.42",
19
+ "@remotion/eslint-plugin": "3.2.44",
20
20
  "@typescript-eslint/eslint-plugin": "5.19.0",
21
21
  "@typescript-eslint/parser": "5.19.0",
22
22
  "eslint-plugin-10x": "1.5.2",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "d297af4ecea4d09948bbf05eeb66dfa701be3787"
45
+ "gitHead": "443b4b387b78905e747ebe69b3b91ee85966796d"
46
46
  }