Fixes ESLint configuration filename in GitHub pull request template

This commit is contained in:
Samuel FORESTIER 2024-08-22 16:23:59 +02:00
parent a2a42b7d49
commit ddb0bdab13

View file

@ -25,4 +25,4 @@
<!--- Put an `X` in all the boxes that apply : --> <!--- Put an `X` in all the boxes that apply : -->
- [ ] My changes looks good ; - [ ] My changes looks good ;
- [ ] I agree that my code may be modified in the future ; - [ ] I agree that my code may be modified in the future ;
- [ ] My code follows the code style of this project (see `.eslintrc.yml`). - [ ] My code follows the code style of this project (see `.eslint.config.mjs`).