Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mudasirmurtaza authored Oct 12, 2024
2 parents 654704c + 52b5daa commit 8f2af74
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ npm run lint

This command will execute ESLint on your project files and report any errors or warnings.

### Running the Formatter

To format your code, run the following command:

```bash
npm run format
```

This command will execute Prettier on your project files and apply consistent formatting according to the rules defined in your configuration.

## Maintainers

This project is actively maintained by:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ npm run lint

This command will execute ESLint on your project files and report any errors or warnings.

### Running the Formatter

To format your code, run the following command:

```bash
npm run format
```

This command will execute Prettier on your project files and apply consistent formatting according to the rules defined in your configuration.

## Contributing to Hacktoberfest 2024 🎉

![hecktoberfest](https://github.com/user-attachments/assets/9352e904-6b2d-495e-8140-1437e385ffdb)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
"prettier": "prettier --check .",
"lint": "eslint ."
},
"keywords": [],
Expand Down

0 comments on commit 8f2af74

Please sign in to comment.