@remotion/eslint-plugin 3.0.0 → 3.0.1

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
@@ -8,6 +8,19 @@ declare const _default: {
8
8
  "duration-in-frames": import("@typescript-eslint/utils/dist/ts-eslint/Rule").RuleModule<"DurationInFrames", [], import("@typescript-eslint/utils/dist/ts-eslint/Rule").RuleListener>;
9
9
  "volume-callback": import("@typescript-eslint/utils/dist/ts-eslint/Rule").RuleModule<"VolumeCallback", [], import("@typescript-eslint/utils/dist/ts-eslint/Rule").RuleListener>;
10
10
  };
11
+ configs: {
12
+ recommended: {
13
+ rules: {
14
+ "@remotion/no-mp4-import": string;
15
+ "@remotion/warn-native-media-tag": string;
16
+ "@remotion/deterministic-randomness": string;
17
+ "@remotion/no-string-assets": string;
18
+ "@remotion/even-dimensions": string;
19
+ "@remotion/duration-in-frames": string;
20
+ "@remotion/volume-callback": string;
21
+ };
22
+ };
23
+ };
11
24
  };
12
25
  export = _default;
13
26
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAkBA,kBAEE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAkBA,kBAeE"}
package/dist/index.js CHANGED
@@ -20,5 +20,18 @@ const rules = {
20
20
  };
21
21
  module.exports = {
22
22
  rules,
23
+ configs: {
24
+ recommended: {
25
+ rules: {
26
+ "@remotion/no-mp4-import": "off",
27
+ "@remotion/warn-native-media-tag": "error",
28
+ "@remotion/deterministic-randomness": "error",
29
+ "@remotion/no-string-assets": "error",
30
+ "@remotion/even-dimensions": "error",
31
+ "@remotion/duration-in-frames": "error",
32
+ "@remotion/volume-callback": "error",
33
+ },
34
+ },
35
+ },
23
36
  };
24
37
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,gGAAuE;AACvE,8EAAqD;AACrD,0EAAgD;AAChD,gFAAsD;AACtD,0FAA+D;AAC/D,sGAAmE;AACnE,8EAAqD;AAErD,MAAM,KAAK,GAAG;IACZ,eAAe,EAAE,uBAAW;IAC5B,uBAAuB,EAAE,+BAAkB;IAC3C,0BAA0B,EAAE,kCAAuB;IACnD,kBAAkB,EAAE,0BAAc;IAClC,iBAAiB,EAAE,yBAAc;IACjC,oBAAoB,EAAE,qCAAgB;IACtC,iBAAiB,EAAE,yBAAc;CAClC,CAAC;AAEF,iBAAS;IACP,KAAK;CACN,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,gGAAuE;AACvE,8EAAqD;AACrD,0EAAgD;AAChD,gFAAsD;AACtD,0FAA+D;AAC/D,sGAAmE;AACnE,8EAAqD;AAErD,MAAM,KAAK,GAAG;IACZ,eAAe,EAAE,uBAAW;IAC5B,uBAAuB,EAAE,+BAAkB;IAC3C,0BAA0B,EAAE,kCAAuB;IACnD,kBAAkB,EAAE,0BAAc;IAClC,iBAAiB,EAAE,yBAAc;IACjC,oBAAoB,EAAE,qCAAgB;IACtC,iBAAiB,EAAE,yBAAc;CAClC,CAAC;AAEF,iBAAS;IACP,KAAK;IACL,OAAO,EAAE;QACP,WAAW,EAAE;YACX,KAAK,EAAE;gBACL,yBAAyB,EAAE,KAAK;gBAChC,iCAAiC,EAAE,OAAO;gBAC1C,oCAAoC,EAAE,OAAO;gBAC7C,4BAA4B,EAAE,OAAO;gBACrC,2BAA2B,EAAE,OAAO;gBACpC,8BAA8B,EAAE,OAAO;gBACvC,2BAA2B,EAAE,OAAO;aACrC;SACF;KACF;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-plugin",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "A set of rules helping you avoid common pitfalls in Remotion.",
5
5
  "scripts": {
6
6
  "build": "tsc -d",
@@ -23,5 +23,5 @@
23
23
  "typescript": "^4.5.5"
24
24
  },
25
25
  "private": false,
26
- "gitHead": "f2185ad4b5d6e41a7cd4c87866599ca73307cc37"
26
+ "gitHead": "3d2cbaddccc5f81bd71dad203450e3dc05447ed6"
27
27
  }
@@ -1,5 +0,0 @@
1
- @remotion/eslint-plugin:build: cache hit, replaying output 089cf8448ed9e568
2
- @remotion/eslint-plugin:build: 
3
- @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.16 build /Users/jonathanburger/remotion/packages/eslint-plugin
4
- @remotion/eslint-plugin:build: > tsc -d
5
- @remotion/eslint-plugin:build: 
@@ -1,18 +0,0 @@
1
- @remotion/eslint-plugin:test: cache hit, replaying output 6c30a4d183084460
2
- @remotion/eslint-plugin:test: 
3
- @remotion/eslint-plugin:test: > @remotion/eslint-plugin@2.6.15 test /Users/jonathanburger/remotion/packages/eslint-plugin
4
- @remotion/eslint-plugin:test: > jest
5
- @remotion/eslint-plugin:test: 
6
- @remotion/eslint-plugin:test: PASS src/tests/warn-native-image-tag.test.ts (16.86 s)
7
- @remotion/eslint-plugin:test: PASS src/tests/no-mp4-import.test.ts (18.377 s)
8
- @remotion/eslint-plugin:test: PASS src/tests/no-math-random.test.ts (18.773 s)
9
- @remotion/eslint-plugin:test: PASS src/tests/volume-callback.test.ts (19.124 s)
10
- @remotion/eslint-plugin:test: PASS src/tests/no-duration-frames-infinity.test.ts (19.256 s)
11
- @remotion/eslint-plugin:test: PASS src/tests/even-dimensions.test.ts (19.206 s)
12
- @remotion/eslint-plugin:test: PASS src/tests/no-string-assets.test.ts (19.391 s)
13
- @remotion/eslint-plugin:test: 
14
- @remotion/eslint-plugin:test: Test Suites: 7 passed, 7 total
15
- @remotion/eslint-plugin:test: Tests: 39 passed, 39 total
16
- @remotion/eslint-plugin:test: Snapshots: 0 total
17
- @remotion/eslint-plugin:test: Time: 20.434 s
18
- @remotion/eslint-plugin:test: Ran all test suites.