Skip to content

Commit 8b486e9

Browse files
authored
correct documentation for flat recommended configuration (#7)
1 parent 058bd97 commit 8b486e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Or, using the `recommended` configuration:
7474
const rxjs = require('@smarttools/eslint-plugin-rxjs');
7575

7676
module.exports = [
77-
rxjs.configs.recommended,
77+
...rxjs.configs.recommended.rules,
7878
{
7979
files: ['**/*.ts'],
8080
plugins: {

packages/eslint-plugin-rxjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Or, using the `recommended` configuration:
7474
const rxjs = require('@smarttools/eslint-plugin-rxjs');
7575

7676
module.exports = [
77-
rxjs.configs.recommended,
77+
...rxjs.configs.recommended.rules,
7878
{
7979
files: ['**/*.ts'],
8080
plugins: {

0 commit comments

Comments
 (0)