🚀 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

latest
Source
npmnpm
Version
11.0.0-alpha.2
Version published
Weekly downloads
898
246.72%
Maintainers
1
Weekly downloads
 
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 17 Apr 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