소스 검색

Ignore playground for eslint

Artur Paikin 9 년 전
부모
커밋
801a846ff5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .eslintignore

+ 1 - 0
.eslintignore

@@ -2,6 +2,7 @@ dist/**
 lib/**
 node_modules/**
 test/lib/**
+playground/**
 website/node_modules/**
 website/private_modules/hexo-renderer-uppyexamples/node_modules/**
 website/public/**