This website works better with JavaScript.
Explore
Help
Sign In
hyperzlib
/
nodebb
Watch
1
Star
0
Fork
You've already forked nodebb
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6088c37f5a
nodebb
/
test
/
.eslintrc
9 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ESlint no-undef, remove global comments
8 years ago
{
"env": {
"mocha": true
ESlint no-unused-vars
8 years ago
},
"rules": {
"no-unused-vars": "off"
ESlint no-undef, remove global comments
8 years ago
}
}