upgrade to eslintv9 (config format, lint to updated rules)

This commit is contained in:
Martin Raifer
2024-04-12 18:32:13 +02:00
parent bd634fb5e5
commit 211b6dde5f
14 changed files with 150 additions and 142 deletions
-1
View File
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
/* Downloads the latest translations from Transifex */
const fs = require('fs');
-1
View File
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
const fs = require('fs');
const prettyStringify = require('json-stringify-pretty-compact');