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
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84ff1152f7
isekai-main
v1.18.x
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '84ff1152f7'
${ noResults }
nodebb
/
.eslintrc
4 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add eslint to detect unhandled callback errors
9 years ago
{
feat: replace eslint configs on server and client side to inherit rules from eslint-config-nodebb
3 years ago
"extends": "nodebb"
Use eslint rules from airbnb (#5100) * Add development dependencies to extend eslint config from airbnb * Update eslint to the latest version * Extend airbnb eslint rules and ignore failing ones
8 years ago
}