Could you provide `eslint-plugin-tsdoc/recommended`?
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- eslint, typescript
- Domain
- tooling
Research direction
Start from the existing eslint-plugin-tsdoc setup described in .eslintrc.js, including the tsdoc/syntax rule and tsconfig.json parserOptions. Locate the plugin's configuration exports and determine how the requested plugin:tsdoc/recommended entry should be represented. Done means the simplified configuration works without listing the plugin or rule separately.
Written by the indexing model from the issue text.
Description
My current .eslintrc.js:
module.exports = {
extends: [
'standard-with-typescript',
'plugin:jest/recommended'
],
plugins: [
'tsdoc'
],
parserOptions: {
project: './tsconfig.json'
},
rules: {
'tsdoc/syntax': 'warn'
}
}
If eslint-plugin-tsdoc/recommended is provided, it can be more simple.
module.exports = {
extends: [
'standard-with-typescript',
'plugin:tsdoc/recommended',
'plugin:jest/recommended'
],
parserOptions: {
project: './tsconfig.json'
}
}
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 162
- Avg merge
- 17h 24m
- Merged PRs (30d)
- 8
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/tsdoc
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
copse-dev/agent-pane#2953 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·