tests: continue
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
"fmt": {
|
||||
"check": true,
|
||||
"tabs": true,
|
||||
"singleQuote": true,
|
||||
"semicolons": true
|
||||
}
|
||||
}
|
||||
@@ -31,6 +30,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags:single_quote": {
|
||||
"task": "deno fmt mod.ts || true",
|
||||
"cwd": "tests",
|
||||
"deno": {
|
||||
"fmt": {
|
||||
"check": true,
|
||||
"singleQuote": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags:string": {
|
||||
"task": "deno fmt mod.ts",
|
||||
"cwd": "tests",
|
||||
@@ -56,7 +65,7 @@
|
||||
"cwd": "tests",
|
||||
"deno": {
|
||||
"fmt": {
|
||||
"ignore": ["*"]
|
||||
"ignore": ["mod_test.ts"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user