Skip to content

Commit ccf64fa

Browse files
committed
update CONTRIBUTING.md and LICENSE.md
1 parent 6e733d1 commit ccf64fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ This project enforces code style using ESLint and Prettier.
9999

100100
- `npm run lint`: Checks for linting errors.
101101
- `npm run lint:fix`: Automatically fixes fixable linting errors.
102+
- `npm run lint:md:fix`: Automatically fixes fixable linting errors in Markdown files.
102103
- `npm run format`: Checks for formatting issues.
103104
- `npm run format:fix`: Automatically formats files.
105+
- `npm run format:md:fix`: Automatically formats Markdown files.
104106

105107
Pre-commit hooks will automatically run `eslint --fix` and `prettier --write` on staged files.
106108

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2025 ioncakephper
3+
Copyright (c) [year] [fullname]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)