Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
smart-grp-nof-1.0
/
smart-grp-nof-web
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
341341bc46
Branches
Tags
master
smart-grp-no...
/
tests
/
unit
/
.eslintrc.js
.eslintrc.js
111 B
History
Raw
1
2
3
4
5
6
7
8
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}