Apply stricter linting (#24)

This commit is contained in:
Paulo F. Oliveira
2021-03-30 21:58:09 +01:00
committed by GitHub
parent 89cb00455a
commit 0b481810f8
9 changed files with 2640 additions and 282 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"arrowParens": "always",
"bracketSpacing": false,
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"trailingComma": "all"