소스 검색

Some formatting, eslint.

Frederic G. MARAND 8 년 전
부모
커밋
f14d745471
3개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 1
      .eslintrc.js
  2. 0 8
      AnimalsData.js
  3. 0 1
      assignment.js

+ 1 - 1
.eslintrc.js

@@ -223,7 +223,7 @@ module.exports = {
     // the functionality is the same.
     //
     "max-depth": [2, 3], // specify the maximum depth that blocks can be nested (off by default)
-    "max-len": [2, 200, 2], // specify the maximum length of a line in your program (off by default)
+    "max-len": [2, 120, 1, { ignorePattern: "^\\s+(description|image\\d): " }], // specify the maximum length of a line in your program (off by default)
     "max-params": [2, 10], // limits the number of parameters that can be used in the function declaration. (off by default)
     "max-statements": 0, // specify the maximum number of statement allowed in a function (off by default)
     "no-bitwise": 0, // disallow use of bitwise operators (off by default)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 8
AnimalsData.js


+ 0 - 1
assignment.js

@@ -1 +0,0 @@
-// put your javascript code here

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.