Эх сурвалжийг харах

使用 Eslint 检查符合 standard 规范的代码

modood 8 жил өмнө
parent
commit
680ffc2a58
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      .eslintrc.js

+ 2 - 2
.eslintrc.js

@@ -3,12 +3,12 @@ module.exports = {
   extends: 'standard',
   globals: {
     'describe': true,
-    'context': true,
+    'it': true,
     'before': true,
     'beforeEach': true,
     'after': true,
     'afterEach': true,
-    'it': true,
+    'context': true,
     'expect': true
   }
 }