Skip to content

Commit edb6ebd

Browse files
authored
flat config documentation (#10)
1 parent 89e834b commit edb6ebd

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.rules,
77+
rxjs.configs.recommended,
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.rules,
77+
rxjs.configs.recommended,
7878
{
7979
files: ['**/*.ts'],
8080
plugins: {

0 commit comments

Comments
 (0)