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 ca5dee2 commit 96eaa5dCopy full SHA for 96eaa5d
deno.json
@@ -4,18 +4,15 @@
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
+ "exclude": ["CHANGELOG.md", "CODE_OF_CONDUCT.md"],
+ "rules": {
+ "exclude": ["no-deprecated-deno-api"]
14
}
15
16
"test": {
17
18
19
20
21
0 commit comments