Basic code setup for Adobe-Students pages #2
Annotations
5 errors and 2 warnings
Running eslint:
adobe-students/scripts/aem.js#L673
[eslint] reported by reviewdog 🐶
Unexpected line break after this opening brace.
Raw Output:
{"ruleId":"object-curly-newline","severity":2,"message":"Unexpected line break after this opening brace.","line":673,"column":8,"nodeType":"ExportNamedDeclaration","messageId":"unexpectedLinebreakAfterOpeningBrace","endLine":673,"endColumn":9,"fix":{"range":[20978,20981],"text":""}}
|
Running eslint:
adobe-students/scripts/aem.js#L698
[eslint] reported by reviewdog 🐶
Unexpected line break before this closing brace.
Raw Output:
{"ruleId":"object-curly-newline","severity":2,"message":"Unexpected line break before this closing brace.","line":698,"column":1,"nodeType":"ExportNamedDeclaration","messageId":"unexpectedLinebreakBeforeClosingBrace","endLine":698,"endColumn":2,"fix":{"range":[21379,21380],"text":""}}
|
Running eslint:
adobe-students/scripts/utils.js#L101
[eslint] reported by reviewdog 🐶
Too many blank lines at the end of file. Max of 0 allowed.
Raw Output:
{"ruleId":"no-multiple-empty-lines","severity":2,"message":"Too many blank lines at the end of file. Max of 0 allowed.","line":101,"column":1,"nodeType":"Program","messageId":"blankEndOfFile","endLine":102,"endColumn":1,"fix":{"range":[2923,2924],"text":""}}
|
Running eslint
Error running eslint.
|
Running eslint
Process completed with exit code 1.
|
Running eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Running eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, tj-actions/changed-files@v38. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|