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
- Host: GitHub
- URL: https://github.com/trekjs/eslint-config-trek
- Owner: trekjs
- License: mit
- Created: 2017-05-08T22:38:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T00:28:11.000Z (over 8 years ago)
- Last Synced: 2025-05-10T08:02:29.189Z (7 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)