@touchspot/eslint-plugin
v1.4.2
Published
TOUCHSPOT ESLint plugin
Readme
@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"],
}