Skip to content

Files

Latest commit

 

History

History
28 lines (25 loc) · 829 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 829 Bytes

Marc Neander logotype


GitHub license npm version

eslint-config-base

Install

yarn add --dev @marcneander/eslint-config-base

Usage

Edit .eslintrc.js

module.exports = {
    extends: [
        '@marcneander/base'
    ],
    ...
}