lsc 6 일 전
부모
커밋
2f05161b7b
2개의 변경된 파일188개의 추가작업 그리고 158개의 파일을 삭제
  1. 1 1
      .eslintrc.cjs
  2. 187 157
      src/views/Student/index.vue

+ 1 - 1
.eslintrc.cjs

@@ -42,7 +42,7 @@ module.exports = {
     'default-case': 'error',
     'consistent-this': ['error', '_this'],
     'max-depth': ['error', 8],
-    'max-lines': ['error', 1000],
+    'max-lines': ['error', 10000],
     'no-multi-str': 'error',
     'space-infix-ops': 'error',
     'space-before-blocks': ['error', 'always'],

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 187 - 157
src/views/Student/index.vue


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