more generator fixes #122
Annotations
11 warnings
Lint (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L19
There should be at least one empty line between import groups
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L19
`components/Search/Filters` import should occur before import of `helpers/screen`
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L19
Unable to resolve path to module 'components/Search/Filters'
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L20
There should be at least one empty line between import groups
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L21
There should be at least one empty line between import groups
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L21
`components/Search` import should occur before import of `helpers/screen`
|
Lint (20.x):
services/web/src/screens/Applications/Details/Logs.js#L21
Unable to resolve path to module 'components/Search'
|
Lint (20.x):
services/web/src/screens/Applications/List/index.js#L8
There should be at least one empty line between import groups
|
Lint (20.x):
services/web/src/screens/Applications/List/index.js#L9
There should be at least one empty line between import groups
|
Lint (20.x):
services/web/src/screens/Applications/List/index.js#L9
`components/Search` import should occur before import of `helpers/screen`
|