Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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+.

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.