1.0.6 • Published 2 years ago
@samk-dev/eslint-config v1.0.6
Eslint Config
Eslint configuration for Nuxt, Eslint, Typescript, Prettier
Usage
Install the package
pnpm install -D @samk-dev/eslint-config
Create a .eslintrc in your project and extend the config
{
"extends": [ "@samk-dev/eslint-config" ],
}
If using in a root of a project add root: true
{
"root": true,
"extends": ["@samk-dev/eslint-config"]
}