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

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

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"]
}
```