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

https://github.com/trekjs/eslint-config-trek

🗼A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Trek.js projects
https://github.com/trekjs/eslint-config-trek

Last synced: 7 months ago
JSON representation

🗼A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Trek.js projects

Awesome Lists containing this project

README

          

# eslint-config-trek

A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Trek.js projects

## Usage

1. `npm install --save-dev eslint-config-trek`
2. create a file named `.eslintrc` in your project:

```js
{
"extends": "trek"
// Your overrides...
}
```

## License

[MIT](http://opensource.org/licenses/MIT)

---

> [fundon.me](https://fundon.me)  · 
> GitHub [@fundon](https://github.com/fundon)  · 
> Twitter [@_fundon](https://twitter.com/_fundon)