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