1.2.1 • Published 1 year ago

@sissel/eslint-config v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@brixtol/eslint-config

This package includes the shareable ESLint configuration consumed by various projects I maintain.

Install

pnpm

pnpm i @sissel/eslint-config --save-dev

Requires typescript and eslint as peers.

Usage

Extend the configuration within package.json

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

License

MIT