With a powerful config supporting nested structures, you can standardize your filenames everywhere easily and flexibly.
npm i -D ok-file-lint
- Add an
.okfilelintrc.js
/.okfilelintrc.ts
file to the root of your project. - Define the
.okfilelintrc.js
/.okfilelintrc.ts
. - Execute lint with
okfilelint
command at the root of your project.
Term | Definition |
---|---|
Filename | The full names of files, including extensions. |
Name | The part of Filename excluding the extension. |
MIT