mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
88a69257dc
add prettier and eslint to latex log parser GitOrigin-RevId: 6985fb253c0e4935fae0bbae34823ab058dfb34c
11 lines
292 B
Text
11 lines
292 B
Text
# This file was auto-generated, do not edit it directly.
|
|
# Instead run bin/update_build_scripts from
|
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
|
{
|
|
"arrowParens": "avoid",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|