@redwerks/eslint-config

1.0.0 • Public • Published

@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.

/@redwerks/eslint-config/

    Package Sidebar

    Install

    npm i @redwerks/eslint-config

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    3.68 kB

    Total Files

    4

    Last publish

    Collaborators

    • dantman