This package includes the shareable ESLint configuration consumed by Brixtol Textiles on TypeScript projects.
pnpm i @brixtol/eslint-config-typescript --save-dev
This project is not available on the NPM registry
Extend the configuration within package.json
{
"eslintConfig": {
"ignorePatterns": "*.html",
"extends": ["@brixtol/eslint-config-typescript"]
}
}
We ♡ open source!