Skip to content

Commit aa7c743

Browse files
authored
Update dependencies (#2947)
* Update minor deps * Update Husky * Fix lint-staged config * Fixed accidental MSW update
1 parent d1cc42f commit aa7c743

File tree

4 files changed

+129
-6185
lines changed

4 files changed

+129
-6185
lines changed

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged && npm run validate-config

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MPL-2.0
22
// Copyright (C) 2020 - 2021 Gemeente Amsterdam
33
module.exports = {
4-
'*.{js,ts,tsx}': 'eslint',
4+
'*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint'],
55
}

0 commit comments

Comments
 (0)