1.0.5 • Published 3 years ago

@mikey-pro/eslint-config-preact v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@mikey-pro/eslint-config-preact

A preset ESLint configuration with Preact

Usage

Install

npm i -D @mikey-pro/eslint-config-preact

yarn add -D @mikey-pro/eslint-config-preact

Configure

Extend to ESLint in package.json:

{
  "eslintConfig": {
    "extends": [
      "@mikey-pro/eslint-config-preact"
    ]
  }
}