Please enable JavaScript in your browser!
Accueil
Explorer
Aide
S'inscrire
Connexion
smart-grp-nof
/
smart-grp-nof-web
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b903be9786
Branches
Tags
master
smart-grp-no...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
111 B
Historique
Raw
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}