0.0.3 • Published 4 years ago

@dking/eslint-config-react v0.0.3

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

EsLint-Config-React

This configuration is the general configuration of eslint for React project, 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-react

Configuration

// .eslintrc.js
module.exports = {
    extends: [ '@dking/react' ],
    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