This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
examcloud-frontend
/
student-client
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
4692d7414a
Dallar
Biçim İmleri
master
student-client
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
113 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
"import/no-extraneous-dependencies": "off"
}
};