2017-09-13 07:52:34 +02:00

11 lines
226 B
Plaintext

---
env:
node: true
rules:
brace-style: [2, '1tbs', { 'allowSingleLine': true }]
strict: [2, 'global']
max-len: [2, 80, 4]
no-use-before-define: [2, 'nofunc']
quotes: [2, 'single', 'avoid-escape']