fix: use built-in types from eslint-plugin-react #376
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`
|