ci: workflow to check if generated docs are updated #429
Annotations
10 errors and 4 warnings
build:
.eslintrc.js#L1
Replace `"path"` with `'path'`
|
build:
.eslintrc.js#L13
Replace `"plugin:prettier/recommended"` with `'plugin:prettier/recommended'`
|
build:
.eslintrc.js#L14
Replace `"@typescript-eslint/parser"` with `'@typescript-eslint/parser'`
|
build:
.eslintrc.js#L19
Replace `"@typescript-eslint"` with `'@typescript-eslint'`
|
build:
.eslintrc.js#L20
Replace `"prettier"` with `'prettier'`
|
build:
.eslintrc.js#L21
Replace `"simple-import-sort"` with `'simple-import-sort'`
|
build:
.eslintrc.js#L22
Replace `"sort-keys-fix"` with `'sort-keys-fix'`
|
build:
.eslintrc.js#L23
Replace `"typescript-sort-keys"` with `'typescript-sort-keys'`
|
build:
.eslintrc.js#L24
Replace `"prefer-arrow"` with `'prefer-arrow'`
|
build:
.eslintrc.js#L27
Replace `"@typescript-eslint/sort-type-union-intersection-members":·"error"` with `'@typescript-eslint/sort-type-union-intersection-members':·'error'`
|
build
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/.
|
build:
packages/client/src/getFees.ts#L8
Prefer using arrow functions over plain functions
|
build:
packages/client/src/getHardhatConfig.ts#L13
Prefer using arrow functions over plain functions
|
build:
packages/client/src/trackCCTX.ts#L50
Prefer using arrow functions over plain functions
|