Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .README/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is the currently recommended approach.
import {jsdoc} from 'eslint-plugin-jsdoc';

export default [
...jsdoc({
jsdoc({
config: 'flat/recommended',
})
];
Expand All @@ -47,7 +47,7 @@ Or with settings supplied:
import {jsdoc} from 'eslint-plugin-jsdoc';

export default [
...jsdoc({
jsdoc({
config: 'flat/recommended',
// Uncomment this if you wish your `settings` to overwrite the config's own settings;
// otherwise, the default behavior is to merge recursively
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This is the currently recommended approach.
import {jsdoc} from 'eslint-plugin-jsdoc';

export default [
...jsdoc({
jsdoc({
config: 'flat/recommended',
})
];
Expand All @@ -66,7 +66,7 @@ Or with settings supplied:
import {jsdoc} from 'eslint-plugin-jsdoc';

export default [
...jsdoc({
jsdoc({
config: 'flat/recommended',
// Uncomment this if you wish your `settings` to overwrite the config's own settings;
// otherwise, the default behavior is to merge recursively
Expand Down
Loading