Browse Source

fix npm run lint

pull/11999/head
HeskeyBaozi 6 years ago
committed by 偏右
parent
commit
277721c27e
  1. 4
      .eslintignore
  2. 4
      .gitignore

4
.eslintignore

@ -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

@ -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

Loading…
Cancel
Save