0.0.2 • Published 4 years ago

@dking/eslint-config-base v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

EsLint-Config-Base

This configuration is a general configuration of eslint, which is applicable to any basic configuration of the project, and provides a good automatic repair effect.

Install

$ npx install-peerdeps --dev @dking/eslint-config-base

Configuration

// .eslintrc.js
module.exports = {
    extends: [ '@dking/base' ],
    rules: {

    }
}

TIPS

You can use different eslint config for different types of projects to get a better experience

Questions

Please open an issue here.

License

MIT