dev (client): disable prettier

This commit is contained in:
naskya 2024-03-31 01:21:19 +09:00
parent 6cf3d7f84c
commit f32d4bb764
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -3,6 +3,7 @@
"plugins": ["file-progress"],
"ignorePatterns": ["**/*.json5"],
"rules": {
"file-progress/activate": 1
"file-progress/activate": 1,
"prettier/prettier": 0
}
}