eclipse-wildwebdeveloper / eclipse-wildwebdeveloper/wildwebdeveloper
How to control which validation rule gets used?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 201
- Forks
- 76
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 21
Description
This should be simple but I couldn't figure it out: If I don't want to see warnings like "Trailing spaces not allowed" in my typescript file, what should I do?
I tried to change .eslintrc.json and modify "rules":{} to
"rules": {
"no-trailing-spaces": "off"
}
But it didn't work.
Contributor guide
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.
Research direction
Start by reviewing the repository's .eslintrc.json configuration and the TypeScript linting entry point to determine how the no-trailing-spaces rule is applied. Document the supported configuration for disabling this warning, including why the attempted rules setting does not take effect, and verify the guidance with a TypeScript file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100