1.0.0 • Published 4 years ago

@redwerks/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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