Add linting

This commit is contained in:
schmelczerandras 2020-08-18 16:52:11 +02:00
parent 76282a4cf7
commit 40a660b7cb
49 changed files with 237 additions and 334 deletions

View file

@ -1,6 +1,6 @@
{
"trailingComma": "es5",
"printWidth": 120,
"printWidth": 90,
"tabWidth": 2,
"singleQuote": true,
"endOfLine": "lf"