aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-30 16:26:16 +0000
committerMohamedBassem <me@mbassem.com>2024-03-30 16:26:16 +0000
commit46b78eaac30be26fe40520e97786563344af8403 (patch)
treec4c0e1ae1d3d21a6f1fbf5f44f68e99243bbb5d3 /tooling
parent853ed13450b3a0d92cba144cc0dfd0696e7c810c (diff)
downloadkarakeep-46b78eaac30be26fe40520e97786563344af8403.tar.zst
format: Add missing lint and format, and format the entire repo
Diffstat (limited to 'tooling')
-rw-r--r--tooling/eslint/base.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tooling/eslint/base.js b/tooling/eslint/base.js
index 7a4f9377..285993ef 100644
--- a/tooling/eslint/base.js
+++ b/tooling/eslint/base.js
@@ -38,6 +38,7 @@ const config = {
"**/.eslintrc.cjs",
".next",
"dist",
+ "build",
"pnpm-lock.yaml",
],
reportUnusedDisableDirectives: true,