- Linting (ESLint): As per latest ash-nazg
- Docs: Update license badge per updates
- Docs: Minor spacing fix
- Testing: Switch to stable version of
mocha-multi-reporters
- npm: Update eslint and devDeps.
- npm: Update package-lock
- Fix: Handling parsing errors
- Enhancement: Pass
typeCounts
object tomainTemplate
andtypeCount
tolintingTypeTemplate
andmissingLintingTemplate
- Docs: Fix badge
- Enhancement: Add
eslintCache
andeslintCacheLocation
options
- Docs: Update badges per latest devDep. updates
- Testing: Update expectations per latest devDep. updates
- npm: Update to stable
cypress-multi-reporters
since presently maintained - npm: Update eslint dep. and devDeps
- Enhancement: Pass in
numFiles
to templates
- Fix: Docs for
lintingTypeTemplate
were missing list of arguments. - Fix: Put
ruleMapCount
onmainTemplate
(as added tolintingTypeTemplate
).
- Enhancement: Provide
ruleMapCount
tomainTemplate
(Useful if presence in rule map indicates that a rule is of interest)
- Fix: Help message for
filteredTypes
- Fix: Ensure
configPath
,ruleMap
, andpackageJsonPath
options take into account current working directory - npm: Update devDeps
- Breaking change (CLI): Made
file
the default option andoutputPath
non-default (use-o
or--outputPath
). Allows for easier use (e.g., with passing ones-file-traverse
results)
- Enhancement: Add
noEslintInlineConfig
option
- Fix: Ensure sorting of
filteredTypes
works properly - Linting: Reapply
global-require
rule - npm: Update deps (badge-up) and devDeps.
- Initial version