Skip to content

Commit

Permalink
touch bleed, format, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Sep 5, 2024
1 parent 0760b1f commit f40ff51
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 2,800 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
extends: ['@rubriclab/eslint-config'],
root: true
}
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@rubriclab/prettier-config')
2 changes: 1 addition & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ if (cssFile) {
const oldPath = path.join(distDir, cssFile);
const newPath = path.join(distDir, "index.css");
await rename(oldPath, newPath);
}
}
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit f40ff51

Please sign in to comment.