Adds tools linter. (#260) #20
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm run lint:
tools/helpers.ts#L1
Strings must use singlequote
|
Run npm run lint:
tools/helpers.ts#L1
Extra semicolon
|
Run npm run lint:
tools/helpers.ts#L2
Strings must use singlequote
|
Run npm run lint:
tools/helpers.ts#L2
Extra semicolon
|
Run npm run lint:
tools/helpers.ts#L3
Strings must use singlequote
|
Run npm run lint:
tools/helpers.ts#L3
Extra semicolon
|
Run npm run lint:
tools/helpers.ts#L5
Missing return type on function
|
Run npm run lint:
tools/helpers.ts#L5
Missing space before function parentheses
|
Run npm run lint:
tools/helpers.ts#L6
Expected indentation of 2 spaces but found 4
|
Run npm run lint:
tools/helpers.ts#L6
Extra semicolon
|
Loading