forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintignore
41 lines (35 loc) · 922 Bytes
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# CRA example has its own eslint config
examples/graphiql-create-react-app
/packages/graphiql/graphiql.*
# Build artifacts
**/flow-typed
**/dist
**/out
**/esm
**/bundle
**/typedoc
**/monaco
**/webpack
packages/graphiql/*.html
**/*.min.js
**/coverage/
.nyc_output/
# ignore working-group dir markdown so it's easier for people to edit from the UI
working-group/
# codemirror's build artefacts are exported from the package root
**/codemirror-graphql/variables
**/codemirror-graphql/utils
**/codemirror-graphql/results
**/codemirror-graphql/jump.*
**/codemirror-graphql/mode.*
**/codemirror-graphql/lint.*
**/codemirror-graphql/info.*
**/codemirror-graphql/hint.*
**/codemirror-graphql/cm6-legacy
**/codemirror-graphql/__tests__
.changeset/*.md
storybook-static/
# Followed are located in .gitignore
packages/graphiql-react/types/
packages/graphiql-plugin-explorer/types/
packages/graphiql-plugin-code-exporter/types/