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
- Host: GitHub
- URL: https://github.com/kubesphere/eslint-config-kubesphere
- Owner: kubesphere
- Created: 2022-07-30T05:31:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T15:40:21.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:43:09.961Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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