Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
登録
サインイン
smart-grp-nof-1.0
/
smart-grp-nof-web
Watch
2
Star
0
Fork
0
Files
課題
0
プルリクエスト
0
Wiki
ツリー:
341341bc46
ブランチ
タグ
master
smart-grp-no...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
111 B
履歴
Raw
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}