Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silic0ns0ldier/eslint-config
Eslint configuration for JavaScript. Very opinionated. ES6+.
https://github.com/silic0ns0ldier/eslint-config
Last synced: 23 days ago
JSON representation
Eslint configuration for JavaScript. Very opinionated. ES6+.
- Host: GitHub
- URL: https://github.com/silic0ns0ldier/eslint-config
- Owner: Silic0nS0ldier
- Created: 2019-02-27T20:59:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T08:50:37.000Z (over 3 years ago)
- Last Synced: 2024-10-11T16:05:23.200Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESLint Config Monorepo
This repository houses the baseline (plain JavaScript) `silicon-soldier` ESLint configuration, plus its complementary extensions that enable support for other scenarios such as TypeScript.
## Roadmap
This roadmap will eventually be relocated.
### 1.0.0
- [x] Improve dog-fooding experience.
- [ ] Improve ruleset tests with pass and fail scenarios to permit catching of regressions and breaks from existing style.
Refer to https://www.npmjs.com/package/doctrine which opens up testing of config sample validation.
- [ ] Document code style.
- [ ] Implement CI.### 2.0.0
- [ ] Prefer JSX syntax for XML derivatives when detected in a string.
- [ ] JSDoc enforcement.