1.1.0 • Published 2 months ago

@touchspot/eslint-plugin v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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"],
}