Skip to content

Commit b853227

Browse files
authored
ignore linting working-group directory (#1996)
this makes it easier to add/edit markdown for contributors
1 parent e28e4fd commit b853227

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ packages/graphiql/*.html
4545
**/coverage/
4646
.nyc_output/
4747

48+
# ignore working-group dir markdown so it's easier for people to edit from the UI
49+
working-group/
4850

4951
# codemirror's build artefacts are exported from the package root
5052
**/codemirror-graphql/variables
@@ -61,4 +63,4 @@ packages/graphiql/*.html
6163
# Vendored files
6264
/packages/graphiql/test/vendor
6365

64-
.changeset
66+
.changeset

0 commit comments

Comments
 (0)