Linting fix #281
Annotations
16 warnings
Test and lint scripts:
scripts/src/build/__tests__/testingUtils.ts#L20
Unexpected parentheses around single function argument
|
Test and lint scripts:
scripts/src/build/docs/__tests__/docs.test.ts#L2
`jest-mock` type import should occur before import of `@src/build/__tests__/testingUtils`
|
Test and lint scripts:
scripts/src/build/docs/__tests__/json.test.ts#L3
`jest-mock` type import should occur before import of `@src/build/__tests__/testingUtils`
|
Test and lint scripts:
scripts/src/build/modules/__tests__/bundle.test.ts#L2
`jest-mock` type import should occur before import of `@src/build/__tests__/testingUtils`
|
Test and lint scripts:
scripts/src/build/modules/__tests__/output.test.ts#L39
Unexpected parentheses around single function argument
|
Test and lint scripts:
scripts/src/build/modules/__tests__/streamMocker.ts#L20
Unexpected parentheses around single function argument
|
Test and lint scripts:
scripts/src/build/modules/__tests__/tab.test.ts#L2
`jest-mock` type import should occur before import of `@src/build/__tests__/testingUtils`
|
Build bundles and tabs:
src/bundles/csg/functions.ts#L4
'geom3' is defined but never used
|
Build bundles and tabs:
src/bundles/curve/__tests__/curve.ts#L9
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/bundles/sound/__tests__/sound.test.ts#L16
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/bundles/sound/__tests__/sound.test.ts#L22
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/bundles/sound/__tests__/sound.test.ts#L29
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/bundles/sound/__tests__/sound.test.ts#L35
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/tabs/Curve/__tests__/Curve.tsx#L7
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/tabs/Curve/__tests__/Curve.tsx#L14
't' is defined but never used. Allowed unused args must match /^_/u
|
Build bundles and tabs:
src/tabs/Rune/__tests__/Rune.tsx#L7
't' is defined but never used. Allowed unused args must match /^_/u
|
Loading