0.0.2 • Published 6 years ago

@dking/eslint-config-typescript v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

EsLint-Config-Typescript

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

Configuration

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