Update API ESLint config.

This commit is contained in:
Jayden Seric 2021-02-10 00:40:29 +11:00
parent 2ac9a1a206
commit 283155b52e

View File

@ -1,6 +1,3 @@
{
"extends": ["env"],
"rules": {
"require-jsdoc": "off"
}
"extends": ["env"]
}