style: eslint configuration

This commit is contained in:
Julian Lam
2021-12-04 13:38:04 -05:00
parent da1b2caaaf
commit 7d044df29d
8 changed files with 2408 additions and 162 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"extends": "nodebb/public"
}
+3 -1
View File
@@ -1,3 +1,5 @@
'use strict';
/*
Hey there!
@@ -12,6 +14,6 @@
});
*/
$(document).ready(function() {
$(document).ready(function () {
// Your code goes here
});