Skip to content

Commit db0d778

Browse files
committed
[FR] JS Hint
1 parent babc9fb commit db0d778

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

i18n/fr-FR.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,14 +2415,14 @@ Les tests unitaires aident à maintenir un code propre, ainsi, j'ai inclu quelqu
24152415
24162416
## JS Hint
24172417
2418-
### Use an Options File
2418+
### Utilisation d'un Fichier d'Options
24192419
###### [Style [Y230](#style-y230)]
24202420
2421-
- Use JS Hint for linting your JavaScript and be sure to customize the JS Hint options file and include in source control. See the [JS Hint docs](http://www.jshint.com/docs/) for details on the options.
2421+
- Utilisez JS Hint pour éplucher votre JavaScript et assurez-vous d'avoir personnalisé le fichier d'options JS Hint et incluez le dans le système de gestion de versions. Voir la [doc de JS Hint](http://www.jshint.com/docs/) pour les détails de chaque option.
24222422
2423-
*Why?*: Provides a first alert prior to committing any code to source control.
2423+
*Pourquoi ?* : Fournit une première alerte avant de committer son code dans le système de gestion de version.
24242424
2425-
*Why?*: Provides consistency across your team.
2425+
*Pourquoi ?* : Fournit de la cohérence dans votre équipe.
24262426
24272427
```javascript
24282428
{
@@ -2488,7 +2488,7 @@ Les tests unitaires aident à maintenir un code propre, ainsi, j'ai inclu quelqu
24882488
}
24892489
```
24902490
2491-
**[Back to top](#table-of-contents)**
2491+
**[Retour en haut de page](#table-des-matières)**
24922492
24932493
## Constants
24942494

0 commit comments

Comments
 (0)