This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
php_group
/
yyky_admin_vue2
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c4461ad5f8
Rami (Branch)
Tag
master
yyky_admin_v...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
113 B
Cronologia
Originale
1
2
3
4
5
6
7
8
module.exports = {
env: {
mocha: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}