Skip to content

Commit 26c9cf9

Browse files
authored
Update CHANGELOG.md
1 parent 426f237 commit 26c9cf9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/plugin/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
Thanks [@dimaMachina](https://github.com/dimaMachina)! - - rename flat configs exports
1515

1616
```diff
17-
-graphql.flatConfigs['schema-recommended']
17+
-graphql.flatConfigs['schema-recommended'].rules
1818
+graphql.configs['flat/schema-recommended']
19-
-graphql.flatConfigs['schema-relay']
19+
-graphql.flatConfigs['schema-relay'].rules
2020
+graphql.configs['flat/schema-relay']
21-
-graphql.flatConfigs['schema-all']
21+
-graphql.flatConfigs['schema-all'].rules
2222
+graphql.configs['flat/schema-all']
23-
-graphql.flatConfigs['operations-recommended']
23+
-graphql.flatConfigs['operations-recommended'].rules
2424
+graphql.configs['flat/operations-recommended']
25-
-graphql.flatConfigs['operations-all']
25+
-graphql.flatConfigs['operations-all'].rules
2626
+graphql.configs['flat/operations-all']
2727
```
2828

0 commit comments

Comments
 (0)