https://github.com/superraytin/eslintrc
My .eslintrc configuration
https://github.com/superraytin/eslintrc
Last synced: about 1 year ago
JSON representation
My .eslintrc configuration
- Host: GitHub
- URL: https://github.com/superraytin/eslintrc
- Owner: superRaytin
- License: mit
- Created: 2015-12-21T15:46:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T14:09:41.000Z (over 10 years ago)
- Last Synced: 2024-12-26T09:35:20.796Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslintrc
My [.eslintrc](/.eslintrc) configuration.
[](https://travis-ci.org/superRaytin/eslintrc)
## Installation
```
npm install eslint-config-leon --save-dev
```
## Usage
package.json
```js
"devDependencies": {
"eslint": "~1.10.3",
"eslint-config-leon": "~0.1.0"
}
```
Edit `.eslintrc`
```js
{
"extends": "eslint-config-leon"
}
```
## License
MIT, see the [LICENSE](/LICENSE) file for detail.