Skip to content

Commit 607f00e

Browse files
authored
AYS-397 | update readme for eslint rules (#72)
1 parent 13bd278 commit 607f00e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ npm run dev
3838

3939
Note that you need to install [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) to run the project locally. We recommend using `version v22` of Node.js.
4040

41+
### Useful Commands
42+
43+
- **`npm run lint`**: Runs ESLint to check for code issues.
44+
- **`npm run lint:fix`**: Runs ESLint and fixes auto-fixable issues.
45+
- **`npm run format`**: Checks code formatting with Prettier.
46+
- **`npm run format:fix`**: Formats code according to Prettier rules.
47+
4148
##  Contributing
4249

4350
Thank you for your interest in contributing to Afet Yönetim Sistemi project. We appreciate your help in making our project better and more useful to everyone. To contribute to the project, please read the [contributing guidelines](CONTRIBUTING.md) first.

0 commit comments

Comments
 (0)