0.3.2 • Published 3 years ago

eslint-config-atomikui v0.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

eslint-config-atomikui

The ESLint config for @atomikui/core

Installation

# 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

{
  "parser": "babel-eslint",
  "extends": ["atomikui"]
}