https://github.com/smarterlabs/eslint-config
https://github.com/smarterlabs/eslint-config
config eslint
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smarterlabs/eslint-config
- Owner: smarterlabs
- License: mit
- Created: 2020-04-01T20:28:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T20:31:27.000Z (about 5 years ago)
- Last Synced: 2025-02-17T03:35:48.114Z (4 months ago)
- Topics: config, eslint
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @smarterlabs/eslint-config
An ESLint config for JavaScript projects.
## Installation
```bash
$ npm install --save @smarterlabs/eslint-config
```## Usage
In your `.eslintrc` file:
```json
{
"extends": "@smarterlabs"
}
```