* added prompt context library * updated libs, except chalk that should not be updated * updated libs and fixed speed
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"semi": true
|
|
}
|