@tdf-dev/eslint-config-base
v1.0.0
Published
ESLint configuration for JavaScript projects
Downloads
82
Readme
@tdf-dev/eslint-config-base
This package contains ESLint configuration for JavaScript projects.
Usage
Install:
$ npm install --save-dev @tdf-dev/eslint-config-base
or with yarn
$ yarn add --dev @tdf-dev/eslint-config-base
Create a file named .eslintrc
in the root folder of your project:
{
"root": true,
"extends": "@tdf-dev/eslint-config-base",
"rules": {
"valid-jsdoc": "warn",
"require-jsdoc": "off"
}
}
Learn more about configuring ESLint on the ESLint website.