This commit is contained in:
2023-09-12 15:57:28 +01:00
parent 3ffcd1b2c5
commit e8f412381a
3 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,6 @@
"test": "jest --runInBand",
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json",
"format": "prettier --write .",
"eslint": "eslint ."
},
"eslintConfig": {