.eslintrc 226 B

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