mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
change prettier to allow single quotes
This commit is contained in:
parent
b63d8b6041
commit
df588e9f29
@ -36,7 +36,8 @@
|
||||
"turbo": "^1.6.3"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 100
|
||||
"printWidth": 100,
|
||||
"singleQuote": true
|
||||
},
|
||||
"importSort": {
|
||||
".ts, .js, .mjs, .cjs": {
|
||||
|
Loading…
Reference in New Issue
Block a user