0.0.4 • Published 4 years ago

@dking/eslint-config-typescript-react v0.0.4

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

EsLint-Config-Typescript-React

This configuration is the general configuration of eslint for Typescript-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-typescript-react

Configuration

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