https://github.com/ymc-github/eslint-config
lint my javascript code
https://github.com/ymc-github/eslint-config
2018 es2015 es2016 es2017 eslint eslint-config javascript style-guide yemiancheng
Last synced: 7 months ago
JSON representation
lint my javascript code
- Host: GitHub
- URL: https://github.com/ymc-github/eslint-config
- Owner: YMC-GitHub
- License: mit
- Created: 2019-07-05T03:41:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T11:02:59.000Z (over 5 years ago)
- Last Synced: 2025-02-08T08:35:00.347Z (8 months ago)
- Topics: 2018, es2015, es2016, es2017, eslint, eslint-config, javascript, style-guide, yemiancheng
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# eslint-config-yemiancheng









## desc
Lint my JavaScript code style
## how to use for production?
### install
```sh
npm install --save-dev eslint-config-yemiancheng
#or
npm install https://github.com/YMC-GitHub/eslint-config.git#v1.0.0 --save-dev
```### usage
Add "extends": "yemiancheng" to your .eslintrc.js
```sh
echo "module.exports = {extends: ['yemiancheng']};" > .eslintrc.js
```## Author
yemiancheng
## License
MIT