Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
smart-grp-nof
/
smart-grp-nof-web
Obserwuj
2
Polub
0
Forkuj
0
Files
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
b903be9786
Gałęzie
Tagi
master
smart-grp-no...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
111 B
Historia
Czysty
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}