File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,10 @@ This project enforces code style using ESLint and Prettier.
99
99
100
100
- ` npm run lint ` : Checks for linting errors.
101
101
- ` npm run lint:fix ` : Automatically fixes fixable linting errors.
102
+ - ` npm run lint:md:fix ` : Automatically fixes fixable linting errors in Markdown files.
102
103
- ` npm run format ` : Checks for formatting issues.
103
104
- ` npm run format:fix ` : Automatically formats files.
105
+ - ` npm run format:md:fix ` : Automatically formats Markdown files.
104
106
105
107
Pre-commit hooks will automatically run ` eslint --fix ` and ` prettier --write ` on staged files.
106
108
Original file line number Diff line number Diff line change 1
1
# MIT License
2
2
3
- Copyright (c) 2025 ioncakephper
3
+ Copyright (c) [ year ] [ fullname ]
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments