1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/deno/deno.json

9 lines
192 B
JSON
Raw Normal View History

2021-11-26 12:10:09 +09:00
{
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
"lint": {
"rules": {
"include": ["default-param-last", "eqeqeq"]
}
}
}