0.1.0 • Published 7 months ago

@syncify/eslint-config v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

@syncify/eslint-config

This package includes a shareable ESLint configuration that can optionally be used within Syncify projects.

Install

pnpm

pnpm i eslint @syncify/eslint-config -D

Requires typescript and eslint as peers.

Usage

Extend the configuration within package.json

{
  "eslintConfig": {
    "ignorePatterns": "*.html",
    "extends": ["@syncify/eslint-config"]
  }
}

License

MIT