1
mirror of https://github.com/home-assistant/frontend synced 2024-09-12 05:34:56 +02:00
ha-frontend/lint-staged.config.js

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",
};