@astronomer/eslint-config-astro
v1.0.3
Published
Astronomer's shared ESLint configuration
Downloads
6,984
Readme
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