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 370f1fc commit 70ff360Copy full SHA for 70ff360
deno.json
@@ -4,19 +4,13 @@
4
"build:npm": "deno run -A _tools/build_npm.ts"
5
},
6
"fmt": {
7
- "files": {
8
- "exclude": ["CHANGELOG.md", "CODE_OF_CONDUCT.md"]
9
- }
+ "exclude": ["CHANGELOG.md", "CODE_OF_CONDUCT.md"]
10
11
"lint": {
12
13
14
15
16
"test": {
17
18
19
20
21
"compilerOptions": {
22
"noImplicitReturns": true,
0 commit comments