Please enable JavaScript in your browser!
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
smart-grp-nof
/
smart-grp-nof-web
Слідкувати
2
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
b903be9786
Гілки
Теги
master
smart-grp-no...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
111 B
Історія
Запис
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}