refactor: lint
.eslintrc
0 → 100644
... | ... | @@ -10,6 +10,9 @@ |
"type": "git", | ||
"url": "https://github.com/psychobunny/nodebb-theme-persona" | ||
}, | ||
"scripts": { | ||
"lint": "eslint ." | ||
}, | ||
"keywords": [ | ||
"nodebb", | ||
"theme", | ||
... | ... | @@ -41,5 +44,10 @@ |
"dependencies": { | ||
"pulling": "^2.0.0", | ||
"striptags": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"eslint-config-nodebb": "^0.0.2", | ||
"eslint-plugin-import": "^2.24.2" | ||
} | ||
} |
public/.eslintrc
0 → 100644
Please register or sign in to comment