An open API service indexing awesome lists of open source software.

https://github.com/kubesphere/eslint-config-kubesphere

ESLint configuration of KubeSphere frontend project
https://github.com/kubesphere/eslint-config-kubesphere

Last synced: about 2 months ago
JSON representation

ESLint configuration of KubeSphere frontend project

Awesome Lists containing this project

README

        

# eslint-config-kubesphere

## Install

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

## Usage

In your `.eslintrc.js`:

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

## License

MIT