issues
search
hexojs
/
hexo-html-minifier
Minify HTML files with HTMLMinifier.
MIT License
27
stars
12
forks
source link
test: drop eslintignore
#29
Closed
curbengh
closed
5 years ago
curbengh
commented
5 years ago
node_modules is
always ignored
.
.nyc_output contains only json, besides
npm run test-cov
is executed before
npm run eslint
in travis.
I don't notice any tmp/ folder, might be a windows thing. If /tmp causes issue, we can always
use .gitignore
.
eslint --ignore-path .gitignore .
npm run test-cov
is executed beforenpm run eslint
in travis.eslint --ignore-path .gitignore .