Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415161718 |
- # The following do not need to be checked because they do not represent JS
- # source code.
- build/
- debian/
- libs/
- node_modules/
-
- # The following are checked by ESLint with the maximum configuration which
- # supersedes JSHint.
- flow-typed/
- react/
-
- # The following are checked by ESLint with the minimum configuration which does
- # not supersede JSHint but take advantage of advanced language features such as
- # Facebook Flow which are not supported by JSHint.
- modules/translation/translation.js
-
- analytics.js
|