瀏覽代碼

[eslint] vars-on-top

dev1
Lyubo Marinov 8 年之前
父節點
當前提交
514ac961a1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .eslintrc.js

+ 1
- 0
.eslintrc.js 查看文件

@@ -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

Loading…
取消
儲存