radlab-ui/webapp/lint-staged.config.js (5 lines of code) (raw):

module.exports = { '*.{js,jsx,ts,tsx}': ['eslint --fix', 'eslint'], '**/*.ts?(x)': () => 'npm run build-types', '*.json': ['prettier --write'], };