dev (client): disable prettier
This commit is contained in:
parent
6cf3d7f84c
commit
f32d4bb764
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"plugins": ["file-progress"],
|
||||
"ignorePatterns": ["**/*.json5"],
|
||||
"rules": {
|
||||
"file-progress/activate": 1
|
||||
"file-progress/activate": 1,
|
||||
"prettier/prettier": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue