This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
wy
/
hg_firm_former
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
0ecc2116a4
Гілки
Теги
master
hg_firm_former
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
112 B
Історія
Запис
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}