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

@redwerks/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redwerks/eslint-config

Simple eslint configuration used by Redwerks

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@redwerks/eslint-config

npm devDeps peerDeps

Simple eslint configuration used by Redwerks.

Features

  • Uses eslint's built-in recommendations
  • Uses the eslint-comments plugin to warn about unused eslint comments and require disabled rules be re-enabled
  • Configures eslint for use with prettier

Usage

.eslintrc.js

module.exports = {
  root: true,
  env: {
    // Customize with the environments your project is run in
    // browser: true,
    // node: true,
  },
  extends: ['@redwerks/eslint-config'],
};

Extensions

Some optional features are published as separate packages because they use extra eslint packages.

Keywords

eslint

FAQs

Package last updated on 07 May 2020

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