Hey, I tried to run this CLI from the root directory of my shared configuration after installing it as a devDependency and adding it to my scripts. Here's the output I get when it runs:
❯ npm run find
> eslint-config-strict-mode@1.2.1 find
> eslint-find-rules --option dist/main.js
no option provided, please provide a valid option
usage:
eslint-find-rules [option] <file> [flag]
Any idea on what I should do to get it working?
Hey, I tried to run this CLI from the root directory of my shared configuration after installing it as a devDependency and adding it to my scripts. Here's the output I get when it runs:
Any idea on what I should do to get it working?