@fast-snail/rule-config
v0.0.1-alpha.6
Published
[文档地址](https://wen-da-da.gitee.io/fast-snail-depot/react/#/guide/rule-config)
Downloads
3
Readme
rule-config
package list
- eslint-react
- eslint-vue
- prettier
- commitlint
- changelog-option
- changelog-message
- vitest.config
- jest.config
use
demo:
module.exports = {
extends: [('@fast-snail/rule-config/commitlint')]
}
const changelogOption = require('@fast-snail/rule-config/changelog-option')
module.exports = {
...changelogOption
}