Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cssmagic/eslint-config
ESLint config for daily development.
https://github.com/cssmagic/eslint-config
eslint eslint-config
Last synced: about 1 month ago
JSON representation
ESLint config for daily development.
- Host: GitHub
- URL: https://github.com/cssmagic/eslint-config
- Owner: cssmagic
- License: mit
- Created: 2022-05-07T03:55:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T07:16:40.000Z (over 2 years ago)
- Last Synced: 2024-11-15T04:36:21.089Z (2 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# eslint-config
## 安装
```sh
npm i -D @cmcm/eslint-config
```## 使用
在你的 `.eslintrc.js` 文件中添加如下内容:
```js
module.exports = {
// ...
extends: [
'@cmcm',
'@cmcm/eslint-config/vue',
],
// ...
}
```***
## License
MIT