Skip to content

fix: use built-in types from eslint-plugin-react #376

fix: use built-in types from eslint-plugin-react

fix: use built-in types from eslint-plugin-react #376

Triggered via pull request October 12, 2024 02:26
Status Failure
Total duration 30m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
build: src/react.js#L10
Type '{ plugins: { react: { deprecatedRules: any; rules: { 'boolean-prop-naming': RuleModule; 'button-has-type': RuleModule; 'checked-requires-onchange-or-readonly': RuleModule; ... 99 more ...; 'void-dom-elements-no-children': RuleModule; }; configs: { ...; }; }; }; rules: { ...; }; languageOptions: { ...; }; }' is not assignable to type 'Config<RulesRecord>'.
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: src/react.js#L4
There should be at least one empty line between import groups
lint: src/vue.js#L3
There should be at least one empty line between import groups
lint: src/vue.js#L4
There should be at least one empty line between import groups
lint: src/vue.js#L5
`typescript-eslint` import should occur before import of `eslint-plugin-vue`