style(custom): add eslint rules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-18 21:46:34 +08:00
parent 8ca7001e3f
commit 9edcf67620
2 changed files with 6 additions and 1 deletions

4
.eslintignore Normal file
View File

@@ -0,0 +1,4 @@
/node_modules/**
/dist/*
/public/*
/src/static/*

View File

@@ -1,3 +1,4 @@
/node_modules/**
/dist/*
/public/*
/public/*
/src/static/*