Skip to content

kubesphere/eslint-config-kubesphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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