0.1.3 • Published 7 years ago
eslint-cache v0.1.3
eslint-cache
support eslint cache, because eslint cli not support relative path cache
useage
install eslint-cache
npm i -D eslint-cacherun eslint-cache to check .js,.jsx files
npx eslint-cache src lib --ext .js,.jsxsupport options
--ext
which file extensions need lint
--cache-location
set cache file path
--id
auto clean cache by change id
help
eslint-cache -h