Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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