Skip to content

Commit 1955966

Browse files
authored
initial demo day commit (#87)
1 parent 895162f commit 1955966

34 files changed

+8277
-11
lines changed

apps/demo-day/.eslintrc.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import("eslint").Linter.Config} */
2+
module.exports = {
3+
root: true,
4+
extends: ['@repo/eslint-config/default.cjs'],
5+
}

0 commit comments

Comments
 (0)