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:
a8d4235f17
Gałęzie
Tagi
master
student-client
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
116 B
Historia
Czysty
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true,
},
rules: {
"import/no-extraneous-dependencies": "off",
},
};