Skip to content

Commit dfa9b23

Browse files
brettz9golopot
authored andcommitted
feat: add plugins automatically to "recommended" config
1 parent bebf438 commit dfa9b23

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.README/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Finally, enable all of the rules that you would like to use.
105105
}
106106
```
107107

108-
You may also use the following which enables the rules commented
108+
Or you can simply use the following which enables the rules commented
109109
above as "recommended":
110110

111111
```json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Finally, enable all of the rules that you would like to use.
151151
}
152152
```
153153

154-
You may also use the following which enables the rules commented
154+
Or you can simply use the following which enables the rules commented
155155
above as "recommended":
156156

157157
```json

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import requireJsdoc from './rules/requireJsdoc';
2929
export default {
3030
configs: {
3131
recommended: {
32+
plugins: ['jsdoc'],
3233
rules: {
3334
'jsdoc/check-alignment': 'warn',
3435
'jsdoc/check-examples': 'off',

0 commit comments

Comments
 (0)