1.2.2 • Published 1 year ago
eslint-config-kubesphere v1.2.2
eslint-config-kubesphere
Install
npx install-peerdeps --dev eslint-config-kubesphereUsage
In your .eslintrc.js:
module.exports = {
  extends: ['kubesphere'],
  parserOptions: {
    project: './tsconfig.json',
  },
};License
MIT