We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658aff commit 4ce0289Copy full SHA for 4ce0289
.gitignore
@@ -48,3 +48,12 @@ tmp.js
48
# eslint
49
.eslintcache
50
**/eslintcache/*
51
+
52
+# deno
53
+packages/deno/build-types
54
+packages/deno/build-test
55
+packages/deno/lib.deno.d.ts
56
57
+# gatsby
58
+packages/gatsby/gatsby-browser.d.ts
59
+packages/gatsby/gatsby-node.d.ts
packages/deno/.gitignore
packages/eslint-config-sdk/package.json
@@ -38,8 +38,6 @@
38
},
39
"scripts": {
40
"clean": "yarn rimraf sentry-internal-eslint-config-sdk-*.tgz",
41
- "lint": "prettier --check \"**/*.js\"",
42
- "fix": "prettier --write \"**/*.js\"",
43
"build:tarball": "npm pack",
44
"circularDepCheck": "madge --circular src/index.js"
45
packages/gatsby/.gitignore
0 commit comments