This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
wy
/
hg_firm_former
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
0ecc2116a4
Branches
Tags
master
hg_firm_former
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
112 B
Historique
Raw
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}