https://github.com/confuser/eslint-config
Personal JS linting style
https://github.com/confuser/eslint-config
Last synced: 9 months ago
JSON representation
Personal JS linting style
- Host: GitHub
- URL: https://github.com/confuser/eslint-config
- Owner: confuser
- License: isc
- Created: 2015-12-11T15:49:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T14:00:00.000Z (about 10 years ago)
- Last Synced: 2025-08-29T12:38:41.103Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Coding Standard
This is an extension of standard for my own personal coding style
## Usage
In your project folder:
```
npm install --save-dev @confuser/eslint-config
npm install --save-dev eslint-plugin-standard
```
Then create a `.eslintrc` in the project root.
```json
{
"extends": "@confuser/eslint-config"
}
```