1.2.2 • Published 8 months ago
eslint-config-kubesphere v1.2.2
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