Increase max-lines on app.js

This commit is contained in:
G.Ambatte
2025-02-07 21:46:28 +13:00
parent 4669c5d489
commit 0a6434fbf3
+1 -1
View File
@@ -1,4 +1,4 @@
/*eslint max-lines: ["warn", {"max": 500, "skipBlankLines": true, "skipComments": true}]*/
/*eslint max-lines: ["warn", {"max": 750, "skipBlankLines": true, "skipComments": true}]*/
// Set working directory to project root
import { dirname } from 'path';
import { fileURLToPath } from 'url';