1.0.1 • Published 4 years ago
@burnmaniac/eslint-config-base v1.0.1
@burnmaniac/eslint-config-base
This package contains ESLint configuration for JavaScript projects.
Usage
Install:
$ npm install --save-dev @burnmaniac/eslint-config-baseor with yarn
$ yarn add --dev @burnmaniac/eslint-config-baseCreate 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.