{ "lint": { "rules": { "tags": ["recommended", "react", "jsx"], "exclude": ["no-sloppy-imports"] } }, "unstable": ["kv"], "fmt": { "useTabs": false, "lineWidth": 80, "indentWidth": 4, "semiColons": false, "singleQuote": false, "proseWrap": "preserve", "include": ["./**/*.tsx", "./**/*.ts"], "exclude": ["src/testdata/", "src/fixtures/**/*.ts"] }, "deploy": { "org": "finxol", "app": "pinboading" } }