Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.29 KB

README.en_US.md

File metadata and controls

62 lines (47 loc) · 2.29 KB

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