New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@smcv/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smcv/eslint-config

An ESLint shareable config for new projects

latest
npmnpm
Version
3.2.0
Version published
Maintainers
1
Created
Source

@smcv/eslint-config

Shareable code style for projects using ESLint.

Install

Pure JavaScript:

npm install --save-dev @smcv/eslint-config eslint-config-standard eslint-plugin-promise eslint-plugin-jest eslint-plugin-node eslint-plugin-security eslint-plugin-import eslint-plugin-prefer-let eslint-plugin-unicorn eslint

TypeScript or ESM-only project:

npm install --save-dev @smcv/eslint-config @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-config-standard eslint-plugin-promise eslint-plugin-jest eslint-plugin-n eslint-plugin-node eslint-plugin-security eslint-plugin-import eslint-plugin-prefer-let eslint-plugin-unicorn eslint

Usage

For JavaScript add config to package.json or other ESLint configs.

  "eslintConfig": {
    "extends": "@smcv/eslint-config"
  }

For TypeScript:

  "eslintConfig": {
    "extends": "@smcv/eslint-config/typescript"
  }

For ESM-only projects:

  "eslintConfig": {
    "extends": "@smcv/eslint-config/esm"
  }

Keywords

eslint

FAQs

Package last updated on 09 Jan 2024

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