1.0.3 • Published 3 years ago

@astronomer/eslint-config-astro v1.0.3

Weekly downloads
221
License
ISC
Repository
github
Last release
3 years ago

Astronomer ESLint Config

Add @astronomer/eslint-config-astro as a devDependency to your project:

yarn add eslint @astronomer/eslint-config-astro --dev

Add a lint script in your project package.json file:

{
  "name": "stargazer",
  "scripts": {
    "lint": "eslint src"
  }
}

To lint the src directory of your project run:

yarn run lint