Skip to content

Commit c7e378f

Browse files
committed
Scaffold project for sync.ts script
1 parent 0ec47d0 commit c7e378f

7 files changed

Lines changed: 708 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default [
2121
"build.mjs",
2222
"eslint.config.mjs",
2323
".github/**/*",
24+
"pr-checks/**/*",
2425
],
2526
},
2627
// eslint recommended config

pr-checks/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
env
22
__pycache__/
33
*.pyc
4+
node_modules/

0 commit comments

Comments
 (0)