소스 검색

style: upgrade JsHint to EcmaScript 2018 as ESLint to align them

rugk 1 주 전
부모
커밋
d616d8f28c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .jshintrc

+ 1 - 1
.jshintrc

@@ -2,7 +2,7 @@
     "bitwise": true,
     "curly": true,
     "eqeqeq": true,
-    "esversion": 6,
+    "esversion": 2018,
     "forin": true,
     "freeze": true,
     "futurehostile": true,