소스 검색

Modify ESLint config

Remove extra config item.
master
부모
커밋
e8e66a6b56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tsconfig.eslint.json

+ 1
- 1
tsconfig.eslint.json 파일 보기

@@ -1,6 +1,6 @@
{
"exclude": ["node_modules"],
"include": ["src", "types", "test"],
"include": ["src", "types"],
"compilerOptions": {
"module": "ESNext",
"lib": ["ESNext", "DOM"],


불러오는 중...
취소
저장