kolint / next

Modern toolchain for enhancing usage of Knockout.js
https://kolint.github.io/next/
MIT License
1 stars 0 forks source link

Detect if config file exists #23

Closed tscpp closed 3 months ago

tscpp commented 3 months ago

Currently, the cli will only resolve the config file if the --config flag is explicitly passed. It should be automatically detected unless --no-config.

tscpp commented 3 months ago

Workaround: npx kolint -c kolint.config.js ...