📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

@samk-dev/eslint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samk-dev/eslint-config

Eslint configuration for Nuxt, Eslint, Typescript, Prettier

1.0.6
latest
Version published
Maintainers
1
Created

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

FAQs

Package last updated on 27 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts