Link bookmarking tool built on aproto (early alpha)
1{
2 "lint": {
3 "rules": {
4 "tags": ["recommended", "react", "jsx"],
5 "exclude": ["no-sloppy-imports"]
6 }
7 },
8 "unstable": ["kv"],
9 "fmt": {
10 "useTabs": false,
11 "lineWidth": 80,
12 "indentWidth": 4,
13 "semiColons": false,
14 "singleQuote": false,
15 "proseWrap": "preserve",
16 "include": ["./**/*.tsx", "./**/*.ts"],
17 "exclude": ["src/testdata/", "src/fixtures/**/*.ts"]
18 },
19 "deploy": {
20 "org": "finxol",
21 "app": "pinboading"
22 }
23}