0.0.1-alpha.6 • Published 1 year ago

@fast-snail/rule-config v0.0.1-alpha.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
}