Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 271 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 271 Bytes

eslint-config-kubesphere

Install

npx install-peerdeps --dev eslint-config-kubesphere

Usage

In your .eslintrc.js:

module.exports = {
  extends: ['kubesphere'],
  parserOptions: {
    project: './tsconfig.json',
  },
};

License

MIT