1.4.2 • Published 12 months ago

@touchspot/eslint-plugin v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@touchspot/eslint-plugin

Installation

npm i -D @touchspot/eslint-plugin

Usage

{
    "extends": ["plugin:@touchspot/esm"], // or "plugin:@touchspot/cjs"
}
{
    "extends": ["plugin:@touchspot/esm", "plugin:@touchspot/+react"],
}
{
    "extends": ["plugin:@touchspot/esm", "plugin:@touchspot/+react", "plugin:@touchspot/+tailwindcss"],
}
{
    "extends": ["plugin:@touchspot/esm", "plugin:@touchspot/+next"],
}
{
    "extends": ["plugin:@touchspot/esm", "plugin:@touchspot/+next", "plugin:@touchspot/+tailwindcss"],
}