Skip to content

Commit

Permalink
override problem files
Browse files Browse the repository at this point in the history
  • Loading branch information
ogometz committed Nov 13, 2024
1 parent 5a4d717 commit b4d7f23
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@
},
"env": {
"node": true
},
"overrides": [
{
"files": [
"public/src/admin/advanced/errors.js",
"public/src/admin/dashboard.js",
"public/src/admin/manage/category-analytics.js",
"public/src/admin/modules/dashboard-line-graph.js",
"public/src/client/flags/list.js",
"public/src/client/ip-blacklist.js",
"public/src/modules/ace-editor.js",
"public/src/modules/alerts.js",
"public/src/modules/api.js"
],
"parserOptions": {
"sourceType": "module"
}
}
]
}

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "nodebb",
"license": "GPL-3.0",
"sourceType": "module",
"description": "NodeBB Forum",
"version": "3.8.4",
"homepage": "https://www.nodebb.org",
Expand Down

0 comments on commit b4d7f23

Please sign in to comment.