We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63216e commit 6c7cfa0Copy full SHA for 6c7cfa0
1 file changed
scripts/validate-locales.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable @typescript-eslint/no-require-imports */
2
const fs = require('fs');
3
const path = require('path');
4
@@ -18,4 +19,4 @@ fs.readdirSync(localesDir).forEach(file => {
18
19
}
20
});
21
-process.exit(hasError ? 1 : 0);
22
+process.exit(hasError ? 1 : 0);
0 commit comments