From 8e42da78127b62fedce7354ea7900e771f51f9b3 Mon Sep 17 00:00:00 2001 From: twoody Date: Sun, 17 May 2020 21:16:35 -0700 Subject: [PATCH] better configuration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e8d226f6..63d32a224 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ npm install --save-dev eslint-plugin-jsdoc ## Configuration -Add `plugins` section and specify `eslint-plugin-jsdoc` as a plugin. +Add `plugins` section to `.eslintrc` and specify `eslint-plugin-jsdoc` as a plugin. ```json { @@ -120,7 +120,7 @@ Finally, enable all of the rules that you would like to use. } ``` -Or you can simply use the following which enables the rules commented +Or you can simply add the following to `.eslintrc`, which enables the rules commented above as "recommended": ```json