https://github.com/1602/coding-style
https://github.com/1602/coding-style
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1602/coding-style
- Owner: 1602
- Created: 2016-07-27T21:53:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T20:16:26.000Z (over 6 years ago)
- Last Synced: 2025-08-19T01:24:01.231Z (10 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```
npm install --save-dev eslint-config-1602
```
## Usage
```
echo '{ "extends": "1602" }' > .eslintrc
```