Bones/node_modules/connect-history-api-fallback/.eslintrc

11 lines
226 B
Plaintext
Raw Normal View History

2017-05-17 13:45:25 -04:00
---
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']