1.0.3 • Published 2 years ago

eslint-config-snippets-book v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ESLINT CONFIG SNIPPETS-BOOK

This project contains the default eslint ruleset used in snippets-book projects.

Usage

ESLint 7+ version required.

npm install --save-dev eslint prettier eslint-config-snippets-book

Extend your .eslintrc.js at the root of your project and include:

module.exports = {
    extends: [
        'eslint-config-snippets-book',
    ]
}