1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Update lint config to enforce braces for single line statements

This commit is contained in:
Jonas Jenwald 2014-03-22 21:54:19 +01:00
parent e3b830e63c
commit a08acc899d

View file

@ -8,6 +8,7 @@
"maxlen": 80,
"quotmark": "single",
"trailing": true,
"curly": true,
// Relaxing
"boss": true,