This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
examcloud-frontend
/
student-client
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
01cba7966b
Gałęzie
Tagi
master
student-client
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
113 B
Historia
Czysty
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
"import/no-extraneous-dependencies": "off"
}
};