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