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

Merge pull request #4509 from Snuffleupagus/lint-curly

Update lint config to enforce braces for single line statements
This commit is contained in:
Jonas Jenwald 2014-03-23 12:27:35 +01:00
commit 42679e1f8b

View file

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