mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-22 04:17:20 +00:00
5 lines
165 B
JavaScript
5 lines
165 B
JavaScript
module.exports = {
|
|
"*.{js,ts}": 'eslint --ignore-pattern "**/build-scripts/**/*.js" --fix',
|
|
"!(/translations)*.{js,ts,json,css,md,html}": "prettier --write",
|
|
};
|