Skip to content

Commit

Permalink
Clean up example impl
Browse files Browse the repository at this point in the history
Example domain moved to prepare-contribution command
  • Loading branch information
codeliner committed Jun 16, 2023
1 parent d9486b8 commit 04ffe9a
Show file tree
Hide file tree
Showing 109 changed files with 1,877 additions and 48 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"jest": true
},
"rules": {}
},
{
"files": "*.json",
"parser": "jsonc-eslint-parser",
"rules": {}
}
]
}
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.validate": ["json"]
}
Loading

0 comments on commit 04ffe9a

Please sign in to comment.