GitHub / DukeLuo/eslint-plugin-check-file / commits
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| a8a31487 | refactor: return early when nothing matches in the file path for rule folder-... | Duke Luo <d****o@o****m> | over 2 years ago | |
| 2bdeb3a2 | docs: create FUNDING.yml |
Huan <d****o@o****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f43b277e | fix: correct isEmpty method | Duke Luo <d****o@o****m> | over 2 years ago | |
| 8eb27deb | chore: upgrade node version | Duke Luo <d****o@o****m> | over 2 years ago | |
| 5f0c6504 | chore: bumped version number to 2.3.0 | Duke Luo <d****o@o****m> | over 2 years ago | |
| ad98e153 | fix: update comment | Duke Luo <d****o@o****m> | over 2 years ago | |
| 7fc04fd8 | chore: publish to npm and gpr | Duke Luo <d****o@o****m> | over 2 years ago | |
| 6cbe6295 | refactor: rename | Duke Luo <d****o@o****m> | over 2 years ago | |
| ad5bbb18 | docs: update docs | Duke Luo <d****o@o****m> | over 2 years ago | |
| c5184932 | chore: fix eslint namespace warnning | Duke Luo <d****o@o****m> | over 2 years ago | |
| d386be0e | refactor: use folderPattern directly | Duke Luo <d****o@o****m> | over 2 years ago | |
| 08026c2d | chore: fix eslint tuples warnning | Duke Luo <d****o@o****m> | over 2 years ago | |
| f1b3c0e0 | refactor: move matchRule method and rename file | Duke Luo <d****o@o****m> | over 2 years ago | |
| 0fae3f3f | feat: optimize error message | Duke Luo <d****o@o****m> | over 2 years ago | |
| 5ab54ec6 | fix: fix eslint error | Duke Luo <d****o@o****m> | over 2 years ago | |
| 1f2abd41 | fix: fix typo | Duke Luo <d****o@o****m> | over 2 years ago | |
| 9916d862 | chore: add jsconfig.json | Duke Luo <d****o@o****m> | over 2 years ago | |
| 8263e837 | refactor: extract all message constants | Duke Luo <d****o@o****m> | over 2 years ago | |
| 1e9332bb | refactor: extract regexp | Duke Luo <d****o@o****m> | over 2 years ago | |
| 35ac4ae8 | refactor: extract utility methods | Duke Luo <d****o@o****m> | over 2 years ago | |
| 18e561e1 | feat: report an error when naming pattern object isnt a object type | Duke Luo <d****o@o****m> | over 2 years ago | |
| bcd6664b | refactor: extract constant, rename variable and fix jsdoc | Duke Luo <d****o@o****m> | over 2 years ago | |
| f7e2e634 | chore: upgrade dependencies | Duke Luo <d****o@o****m> | over 2 years ago | |
| b16d3572 | fix(#21): folder-naming-convention should work well with multiple matchers in... | Duke Luo <d****o@o****m> | over 2 years ago | |
| 4536fc3a | chore: add test:cli script | Duke Luo <d****o@o****m> | over 2 years ago | |
| dc0f7b36 | chore: bumped version number to 2.2.0 | Duke Luo <d****o@o****m> | over 2 years ago | |
| 6e32ae65 | docs: update docs for rule filename-naming-convention | Duke Luo <d****o@o****m> | over 2 years ago | |
| 572c5354 | feat(#17): add group capture support for rule filename-naming-convention |
David Ratier <9****d@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 066ccf7a | chore: bumped version number to 2.1.0 | Duke Luo <d****o@o****m> | over 2 years ago | |
| d6105a26 | chore: update dependency | Duke Luo <d****o@o****m> | over 2 years ago | |
| b067a583 | docs: update docs for rule filename-blocklist | Duke Luo <d****o@o****m> | over 2 years ago | |
| 99a13490 | fix(#18): update filename-blocklist to check filename path |
jbkey23 <j****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 8369b6fd | chore: bumped version number to 2.0.0 | Duke Luo <d****o@o****m> | over 2 years ago | |
| 255f28b5 | feat: use filename without path when error occurs with rule filename-naming-c... | Duke Luo <d****o@o****m> | over 2 years ago | |
| 21a1c3ee | feat: remove legacy support for selecting target files based on their extensions | Duke Luo <d****o@o****m> | over 2 years ago | |
| 906e3731 | docs: update docs for rule filename-blocklist | Duke Luo <d****o@o****m> | over 2 years ago | |
| 73ad195b | refactor: update blacklist to blocklist to remove noninclusive language (#16) |
jbkey23 <j****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 12c3d598 | test: add unit cases on Windows for folder-naming-convention rule | Duke Luo <d****o@o****m> | over 2 years ago | |
| b03f0826 | test: add unit cases on Windows for folder-match-with-fex rule | Duke Luo <d****o@o****m> | over 2 years ago | |
| 6ec6605d | test: add unit cases on Windows for filename-naming-convention rule | Duke Luo <d****o@o****m> | over 2 years ago | |
| b1e6d771 | test: correct file description | Duke Luo <d****o@o****m> | over 2 years ago | |
| 3069c4b9 | test: add unit cases on Windows for filename-blacklist rule | Duke Luo <d****o@o****m> | over 2 years ago | |
| 9c1fa03d | test: add more test cases for filename-blacklist rule | Duke Luo <d****o@o****m> | over 2 years ago | |
| cbcc6b82 | docs: update README | Duke Luo <d****o@o****m> | over 2 years ago | |
| 6c981f19 | chore: should run test workflow when get a pull request | Duke Luo <d****o@o****m> | over 2 years ago | |
| 2ec67dd2 | chore: get test coverage report | Duke Luo <d****o@o****m> | over 2 years ago | |
| 7c4f9f82 | docs: update README | Duke Luo <d****o@o****m> | over 2 years ago | |
| c8dd4218 | refactor: make path behave like on posix os | Duke Luo <d****o@o****m> | over 2 years ago | |
| 693eeb62 | chore: make prettier endOfLine auto | Duke Luo <d****o@o****m> | over 2 years ago | |
| 4b7ead19 | chore: update supported node version | Duke Luo <d****o@o****m> | over 2 years ago | |
| c06dc73f | chore: update scripts | Duke Luo <d****o@o****m> | over 2 years ago | |
| 19a4faa6 | chore: add a workflow of running test suite on different os | Duke Luo <d****o@o****m> | over 2 years ago | |
| e09eaade | test: add unit cases on Windows for rule no-index | Duke Luo <d****o@o****m> | over 2 years ago | |
| 314c24d2 | chore: bumped version number to 1.3.1 | Duke Luo <d****o@o****m> | almost 3 years ago | |
| 5added5c | docs: update readme | Duke Luo <d****o@o****m> | almost 3 years ago | |
| aff39b5c | test: improve unit case for pascal case | Duke Luo <d****o@o****m> | almost 3 years ago | |
| ca6a908f | fix(#14): correcting glob expression for camel case | Duke Luo <d****o@o****m> | almost 3 years ago | |
| 3b090319 | docs: update readme | Duke Luo <d****o@o****m> | almost 3 years ago | |
| 0270f9a3 | docs: add bug report template |
Huan <d****o@o****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| 8f9ce750 | chore: bumped version number to 1.3.0 | Duke Luo <d****o@o****m> | almost 3 years ago | |
| 42de8a13 | chore: audit fix | Duke Luo <d****o@o****m> | almost 3 years ago | |
| 8e6e0994 | docs: update readme | Duke Luo <d****o@o****m> | about 3 years ago | |
| eadb44a7 | refactor: inline 'message' | Duke Luo <d****o@o****m> | about 3 years ago | |
| 97329b6d | chore: add eslint-plugin-jsdoc | Duke Luo <d****o@o****m> | about 3 years ago | |
| 58c644f1 | feat: add new rule filename-blacklist |
Florian Ehmke <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 911b2526 | chore: bumped version number to 1.2.3 | Duke Luo <d****o@o****m> | about 3 years ago | |
| d5cc13c0 | test: add unit test cases for kebab case | Duke Luo <d****o@o****m> | about 3 years ago | |
| c2721261 | fix: correcting glob expression for screaming snake case | Duke Luo <d****o@o****m> | about 3 years ago | |
| 5f63c4b5 | fix: correcting glob expression for snake case | Duke Luo <d****o@o****m> | about 3 years ago | |
| 8319ea45 | fix: correcting glob expression for kebab-case |
msalar-din <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
| 07bc4dc9 | chore: only include files in lib folder when installed as a dependency | Duke Luo <d****o@o****m> | about 3 years ago | |
| 8c33dab7 | chore: run unit test before push code | Duke Luo <d****o@o****m> | about 3 years ago | |
| 8d254c61 | chore: add commitlint | Duke Luo <d****o@o****m> | about 3 years ago | |
| 7d83856b | chore: bumped version number to 1.2.2 | Duke Luo <d****o@o****m> | over 3 years ago | |
| 6b9f725c | fix(#5): use path.posix.join to get posix style path on windows | Duke Luo <d****o@o****m> | over 3 years ago | |
| 5861315a | fix(#5): add getFilePath method to get file path | Duke Luo <d****o@o****m> | over 3 years ago | |
| 319221ec | fix(#5): convert all kinds of file path to posix style | Duke Luo <d****o@o****m> | over 3 years ago | |
| 558c1886 | chore: bumped version number to 1.2.1 | Duke Luo <d****o@o****m> | over 3 years ago | |
| 42a00a23 | docs: add CHANGELOG | Duke Luo <d****o@o****m> | over 3 years ago | |
| b2a6cc42 | fix(#4): use path module to add windows support | Duke Luo <d****o@o****m> | over 3 years ago | |
| 08e529b9 | fix(#3): use getPhysicalFilename api to get file path | Duke Luo <d****o@o****m> | over 3 years ago | |
| ac5fa6b8 | chore: bumped version number to 1.2.0 | Duke Luo <d****o@o****m> | over 3 years ago | |
| cee398cf | docs: fix filename-naming-convention docs | Duke Luo <d****o@o****m> | over 3 years ago | |
| 580b0a13 | fix: using file path from respository root as lint target | Duke Luo <d****o@o****m> | over 3 years ago | |
| 0e85d34c | refactor: using matchRule to refactor rule folder-match-with-fex | Duke Luo <d****o@o****m> | over 3 years ago | |
| a16938d6 | docs: optimize docs | Duke Luo <d****o@o****m> | over 3 years ago | |
| aa9330cc | docs: update docs for rule filename-naming-convention | Duke Luo <d****o@o****m> | over 3 years ago | |
| e871e3c5 | feat: rule filename-naming-convention can ignore middle extensions when match... | Duke Luo <d****o@o****m> | over 3 years ago | |
| 2e087cc8 | docs: update docs for rule filename-naming-convention | Duke Luo <d****o@o****m> | over 3 years ago | |
| e08f471f | chore: npm workflow triggers when push on main branch | Duke Luo <d****o@o****m> | over 3 years ago | |
| c804992f | feat: rule filename-naming-convention can specify target file by file path | Duke Luo <d****o@o****m> | over 3 years ago | |
| 536a9562 | docs: update readme for rule filename-naming-convention | Duke Luo <d****o@o****m> | over 3 years ago | |
| 3f2135c1 | chore: update package.json | Duke Luo <d****o@o****m> | over 3 years ago | |
| 63793a17 | chore: update the npm publish workflow | Duke Luo <d****o@o****m> | over 3 years ago | |
| b9b92269 | chore: release v1.1.0 | Duke Luo <d****o@o****m> | over 3 years ago | |
| 2145e0e5 | docs: add docs for folder-naming-convention rule | Duke Luo <d****o@o****m> | over 3 years ago | |
| f5caa660 | chore: fix potential security vulnerabilities | Duke Luo <d****o@o****m> | over 3 years ago | |
| f42612db | test: add unit test cases of customize style for folder-naming-convention rule | Duke Luo <d****o@o****m> | over 3 years ago | |
| 0e2487d0 | feat: add ** support for folder-naming-convention rule | Duke Luo <d****o@o****m> | over 3 years ago | |
| cf339136 | fix: correct the path of a folder | Duke Luo <d****o@o****m> | over 3 years ago |