repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

Eric Bower · 16 Aug 23

deno.json

 1{
 2  "lint": {
 3    "include": ["src/"]
 4    "rules": {
 5      "tags": ["recommended"],
 6      "exclude": ["no-explicit-any"]
 7    }
 8  },
 9  "fmt": {
10    "include": ["src/"]
11  }
12}