https://github.com/atomikui/eslint-config-atomikui
The ESLint config for @atomikui/core
https://github.com/atomikui/eslint-config-atomikui
Last synced: 11 months ago
JSON representation
The ESLint config for @atomikui/core
- Host: GitHub
- URL: https://github.com/atomikui/eslint-config-atomikui
- Owner: atomikui
- License: mit
- Created: 2020-10-09T20:33:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T12:55:54.000Z (over 5 years ago)
- Last Synced: 2025-08-09T05:45:02.836Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-atomikui
The ESLint config for @atomikui/core
### Installation
```shell
# with npm
npm install --save-dev @atomikui/eslint-config-atomikui
# with yarn
yarn add --dev @atomikui/eslint-config-atomikui
```
### Add to your project's .eslintrc file
```json
{
"parser": "babel-eslint",
"extends": ["atomikui"]
}
```