WIP - feat: support multiple tables in store #867
Annotations
11 errors and 8 warnings
NPM lint:
src/modules/main/partials/TableView.vue#L115
Closing curly brace does not appear on the same line as the subsequent block
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L18
'mapGetters' is defined but never used
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L53
Trailing spaces not allowed
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L76
Closing curly brace does not appear on the same line as the subsequent block
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L113
A space is required after '{'
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L113
A space is required before '}'
|
NPM lint:
src/pages/Table.vue#L26
A space is required after '{'
|
NPM lint:
src/pages/Table.vue#L26
A space is required before '}'
|
NPM lint:
src/pages/Table.vue#L27
A space is required after '{'
|
NPM lint:
src/pages/Table.vue#L27
A space is required before '}'
|
eslint
Process completed with exit code 1.
|
changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
NPM lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L122
Missing trailing comma
|
NPM lint:
src/modules/main/sections/MainWrapper.vue#L127
Missing trailing comma
|
NPM lint:
src/pages/Table.vue#L36
The "watch" property should be above the "unmounted" property on line 30
|
NPM lint:
src/store/data.js#L18
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
NPM lint:
src/store/data.js#L21
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
NPM lint:
src/store/data.js#L24
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|