eslint restart

This commit is contained in:
jonny 2021-07-02 19:03:34 +02:00
parent 369d453455
commit 310e131a6e
9 changed files with 341 additions and 348 deletions

View file

@ -1,4 +1,5 @@
{
"printWidth": 120,
"tabWidth": 4
"tabWidth": 4,
"singleQuote": true
}