1.0.1 • Published 2 years ago

@burnmaniac/eslint-config-base v1.0.1

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

@burnmaniac/eslint-config-base

This package contains ESLint configuration for JavaScript projects.

Usage

Install:

$ npm install --save-dev @burnmaniac/eslint-config-base

or with yarn

$ yarn add --dev @burnmaniac/eslint-config-base

Create a file named .eslintrc in the root folder of your project:

{
    "root": true,
    "extends": "@burnmaniac/eslint-config-base",
    "rules": {
        "valid-jsdoc": "warn",
        "require-jsdoc": "off"
    }
}

Learn more about configuring ESLint on the ESLint website.