Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.26 KB

README.en_US.md

File metadata and controls

62 lines (47 loc) · 2.26 KB

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