@syncify/eslint-config
v0.1.0
Published
Shared eslint config
Downloads
3
Readme
@syncify/eslint-config
This package includes a shareable ESLint configuration that can optionally be used within Syncify projects.
Install
pnpm i eslint @syncify/eslint-config -D
Requires
typescript
andeslint
as peers.
Usage
Extend the configuration within package.json
{
"eslintConfig": {
"ignorePatterns": "*.html",
"extends": ["@syncify/eslint-config"]
}
}