1.0.6 • Published 2 years ago

@samk-dev/eslint-config v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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"]
}
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago