mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 12:57:21 +00:00
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
module.exports = {
|
|
"*.{js,ts}": "eslint --fix",
|
|
"!(/translations)*.{js,ts,json,css,md,html}": "prettier --write",
|
|
};
|