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

@wallopsio/eslint-config-base

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@wallopsio/eslint-config-base

WallOps's ESLint base config

unpublished
latest
Source
npmnpm
Version
12.0.0
Version published
Maintainers
1
Created
Source

Intro

Mirrored from another source to https://github.com/wallopsio/eslint-config.

This is a base ESLint config for TS projects forked from NiGhTTraX/eslint-config. 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 @wallopsio/eslint-config-base

Usage

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

Keywords

eslint

FAQs

Package last updated on 14 Jan 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