fix: 🐛 allow lint-staged works with .mjs files (#1238)

This commit is contained in:
Claudio Alcantara 2021-02-22 06:50:37 -03:00 committed by GitHub
parent 82474d195a
commit 338370fa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
"prettier": "^2.2.1"
},
"lint-staged": {
"*.{js,json,md,css}": [
"*.{mjs,js,json,md,css}": [
"prettier --write"
]
},