fix npm run lint

This commit is contained in:
HeskeyBaozi 2018-09-01 17:14:22 +08:00 committed by 偏右
parent b453db3c9b
commit 277721c27e
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,7 @@ components/*/__tests__/type.tsx
!components/*/__tests__/**/*.js
!components/*/demo/*
!.*.js
# Docs templates
site/theme/template/IconDisplay/*.js
site/theme/template/IconDisplay/*.jsx

4
.gitignore vendored
View File

@ -38,3 +38,7 @@ components/**/*.jsx
!components/**/__tests__/*.js
!components/**/__tests__/*.js.snap
/.history
# Docs templates
site/theme/template/IconDisplay/*.js
site/theme/template/IconDisplay/*.jsx