🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@nighttrax/eslint-config-base

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nighttrax/eslint-config-base

NiGhTTraX's ESLint base config

Source
npmnpm
Version
9.0.0
Version published
Maintainers
1
Created
Source

Intro

This is my base ESLint config for TS projects. The config can be used standalone, but its main purpose is to be extended by eslint-config-ts and eslint-config-tsx.

Install

npm i eslint eslint-plugin-import eslint-plugin-prettier
npm i @nighttrax/eslint-config-base

Usage

module.exports = {
  'root': true,
  
  'extends': [
    '@nighttrax/eslint-config-base'
  ]
};

Keywords

eslint

FAQs

Package last updated on 25 Aug 2022

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