mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 16:45:40 +02:00
use zod for rules ip validation
This commit is contained in:
parent
fdf1dfdeba
commit
19273ddbd5
3 changed files with 14 additions and 28 deletions
9
eslint.config.js
Normal file
9
eslint.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
// eslint.config.js
|
||||
export default [
|
||||
{
|
||||
rules: {
|
||||
semi: "error",
|
||||
"prefer-const": "error"
|
||||
}
|
||||
}
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue