Update lint.js

This commit is contained in:
Aleksandr Statciuk 2022-02-03 04:44:52 +03:00
parent 0753151770
commit 9b39e9de56

View file

@ -39,6 +39,8 @@ async function main() {
let errors = []
for (const filepath of program.args) {
if (!filepath.endsWith('.xml')) continue
const xml = await file.read(filepath)
let localErrors = []