Skip to content

Commit

Permalink
feat: support integration fields and linked documents
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 17, 2021
1 parent 9dca75f commit 921ce13
Show file tree
Hide file tree
Showing 70 changed files with 8,518 additions and 5,403 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
],
plugins: [],
plugins: ["eslint-plugin-tsdoc"],
rules: {
"no-console": ["warn", { allow: ["info", "warn", "error"] }],
"no-debugger": "warn",
Expand All @@ -32,5 +32,6 @@ module.exports = {
},
],
"@typescript-eslint/no-var-requires": "off",
"tsdoc/syntax": "warn",
},
};
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"plugins":[
"prettier-plugin-jsdoc"
],
"jsdocSeparateReturnsFromParam": true,
"jsdocSingleLineComment": false,
"tsdoc": true,
"printWidth": 80,
"useTabs": true,
"semi": true,
Expand Down
Loading

0 comments on commit 921ce13

Please sign in to comment.