1.0.2 • Published 5 months ago

@atlantjs.dev/eslint-core v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Base .eslintrc configuration

This package configures .eslintrc with our default rules.

Install

npm install @atlantjs.dev/eslint-core --save-dev
yarn add -D @atlantjs.dev/eslint-core

Using

After installing the dependencies, add this to your .eslintrc.json:

{
  "extends": [
    "@atlantjs.dev/eslint-core"
    ...
  ]
  ...
}