mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-22 20:37:20 +00:00
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
module.exports = {
|
|
"*.ts": () => "tsc -p tsconfig.json",
|
|
"*.{js,ts}": "eslint --fix",
|
|
"!(/translations)*.{js,ts,json,css,md,html}": "prettier --write",
|
|
};
|