fix(project): [wip] use fully resolved import paths #1677
Annotations
10 errors and 1 warning
Lint code:
src/common/services/randomNumber.js#L2
Missing file extension "js" for "global/window"
|
Lint code:
src/common/services/randomNumber.test.js#L1
Missing file extension "js" for "./randomNumber"
|
Lint code:
src/common/utils.js#L2
Missing file extension "js" for "../data/maps"
|
Lint code:
src/common/utils.js#L4
Missing file extension "js" for "./services/randomNumber"
|
Lint code:
src/common/utils.test.js#L1
Missing file extension "js" for "./utils"
|
Lint code:
src/components/CowCard/CowCard.test.js#L4
Missing file extension "js" for "../../utils"
|
Lint code:
src/components/CowCard/CowCard.test.js#L5
Missing file extension "js" for "../../utils/noop"
|
Lint code:
src/components/CowCard/CowCard.test.js#L6
Missing file extension "js" for "../../constants"
|
Lint code:
src/components/CowCard/CowCard.test.js#L7
Missing file extension "js" for "../../enums"
|
Lint code:
src/components/CowCard/CowCard.test.js#L9
Missing file extension "js" for "./CowCard"
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading