1.4.2 • Published 1 year ago
@touchspot/eslint-plugin v1.4.2
@touchspot/eslint-plugin
Installation
npm i -D @touchspot/eslint-pluginUsage
{
"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"],
}