Ver código fonte

[eslint] vars-on-top

dev1
Lyubo Marinov 8 anos atrás
pai
commit
514ac961a1
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      .eslintrc.js

+ 1
- 0
.eslintrc.js Ver arquivo

@@ -126,6 +126,7 @@ module.exports = {
126 126
         'no-void': 2,
127 127
         'no-warning-comments': 0,
128 128
         'no-with': 2,
129
+        'vars-on-top': 2,
129 130
         'wrap-iife': [ 'error', 'inside' ],
130 131
 
131 132
         // Strict Mode group

Carregando…
Cancelar
Salvar