@astronomer/eslint-config-astro
v1.0.3
Published
Astronomer's shared ESLint configuration
Readme
Astronomer ESLint Config
Add @astronomer/eslint-config-astro as a devDependency to your project:
yarn add eslint @astronomer/eslint-config-astro --devAdd 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