Skip to content

Commit de02891

Browse files
committed
fixed lint errors
1 parent 1c14cf4 commit de02891

4 files changed

Lines changed: 18798 additions & 428 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig([
2929
'test/files/',
3030
'*.min.js',
3131
'install/docker/',
32+
'jalangi-testing/',
3233
],
3334
},
3435
// tests

install-package.json.bak

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
{
2+
"name": "nodebb",
3+
"license": "GPL-3.0",
4+
"description": "NodeBB Forum",
5+
"version": "4.8.0",
6+
"homepage": "https://www.nodebb.org",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/NodeBB/NodeBB/"
10+
},
11+
"main": "app.js",
12+
"scripts": {
13+
"start": "node loader.js",
14+
"lint": "eslint --cache ./nodebb .",
15+
"test": "nyc --reporter=html --reporter=text-summary mocha",
16+
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
17+
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
18+
},
19+
"nyc": {
20+
"exclude": [
21+
"src/upgrades/*",
22+
"test/*"
23+
]
24+
},
25+
"lint-staged": {
26+
"*.js": [
27+
"eslint --fix"
28+
]
29+
},
30+
"dependencies": {
31+
"@adactive/bootstrap-tagsinput": "0.8.2",
32+
"@fontsource-utils/scss": "0.2.2",
33+
"@fontsource/inter": "5.2.8",
34+
"@fontsource/poppins": "5.2.7",
35+
"@fortawesome/fontawesome-free": "6.7.2",
36+
"@isaacs/ttlcache": "2.1.4",
37+
"@nodebb/spider-detector": "2.0.3",
38+
"@popperjs/core": "2.11.8",
39+
"@socket.io/redis-adapter": "8.3.0",
40+
"@textcomplete/contenteditable": "0.1.13",
41+
"@textcomplete/core": "0.1.13",
42+
"@textcomplete/textarea": "0.1.13",
43+
"ace-builds": "1.43.5",
44+
"archiver": "7.0.1",
45+
"async": "3.2.6",
46+
"autoprefixer": "10.4.23",
47+
"bcryptjs": "3.0.3",
48+
"benchpressjs": "2.5.5",
49+
"body-parser": "2.2.2",
50+
"bootbox": "6.0.4",
51+
"bootstrap": "5.3.8",
52+
"bootswatch": "5.3.8",
53+
"chalk": "4.1.2",
54+
"chart.js": "4.5.1",
55+
"cli-graph": "3.2.2",
56+
"clipboard": "2.0.11",
57+
"commander": "14.0.2",
58+
"compare-versions": "6.1.1",
59+
"compression": "1.8.1",
60+
"connect-flash": "0.1.1",
61+
"connect-mongo": "6.0.0",
62+
"connect-pg-simple": "10.0.0",
63+
"connect-redis": "9.0.0",
64+
"cookie-parser": "1.4.7",
65+
"cron": "4.4.0",
66+
"cropperjs": "1.6.2",
67+
"csrf-sync": "4.2.1",
68+
"daemon": "1.1.0",
69+
"diff": "8.0.3",
70+
"esbuild": "0.27.2",
71+
"express": "4.22.1",
72+
"express-session": "1.18.2",
73+
"express-useragent": "2.0.2",
74+
"fetch-cookie": "3.2.0",
75+
"file-loader": "6.2.0",
76+
"fs-extra": "11.3.3",
77+
"graceful-fs": "4.2.11",
78+
"helmet": "7.2.0",
79+
"html-to-text": "9.0.5",
80+
"imagesloaded": "5.0.0",
81+
"ipaddr.js": "2.3.0",
82+
"jquery": "3.7.1",
83+
"jquery-deserialize": "2.0.0",
84+
"jquery-form": "4.3.0",
85+
"jquery-serializeobject": "1.0.0",
86+
"jquery-ui": "1.14.1",
87+
"jsesc": "3.1.0",
88+
"json2csv": "5.0.7",
89+
"jsonwebtoken": "9.0.3",
90+
"lodash": "4.17.21",
91+
"logrotate-stream": "0.2.9",
92+
"lru-cache": "11.2.4",
93+
"mime": "3.0.0",
94+
"mkdirp": "3.0.1",
95+
"mongodb": "7.0.0",
96+
"morgan": "1.10.1",
97+
"mousetrap": "1.6.5",
98+
"multer": "2.0.2",
99+
"nconf": "0.13.0",
100+
"nodebb-plugin-2factor": "7.6.1",
101+
"nodebb-plugin-anon-toggle": "file:plugins/nodebb-plugin-anon-toggle",
102+
"nodebb-plugin-composer-default": "10.3.1",
103+
"nodebb-plugin-dbsearch": "6.3.4",
104+
"nodebb-plugin-emoji": "6.0.5",
105+
"nodebb-plugin-emoji-android": "4.1.1",
106+
"nodebb-plugin-link-preview": "2.2.1",
107+
"nodebb-plugin-markdown": "13.2.3",
108+
"nodebb-plugin-mentions": "4.8.5",
109+
"nodebb-plugin-spam-be-gone": "2.3.2",
110+
"nodebb-plugin-web-push": "0.7.6",
111+
"nodebb-rewards-essentials": "1.0.2",
112+
"nodebb-theme-harmony": "file:vendor/nodebb-theme-harmony-2.1.35",
113+
"nodebb-theme-lavender": "7.1.19",
114+
"nodebb-theme-peace": "2.2.49",
115+
"nodebb-theme-persona": "14.1.25",
116+
"nodebb-widget-essentials": "7.0.41",
117+
"nodemailer": "7.0.12",
118+
"nprogress": "0.2.0",
119+
"passport": "0.7.0",
120+
"passport-http-bearer": "1.0.1",
121+
"passport-local": "1.0.0",
122+
"pg": "8.16.3",
123+
"pg-cursor": "2.15.3",
124+
"postcss": "8.5.6",
125+
"postcss-clean": "1.2.0",
126+
"pretty": "^2.0.0",
127+
"progress-webpack-plugin": "1.0.16",
128+
"prompt": "1.3.0",
129+
"redis": "5.10.0",
130+
"rimraf": "6.1.2",
131+
"rss": "1.2.2",
132+
"rtlcss": "4.3.0",
133+
"sanitize-html": "2.17.0",
134+
"sass": "1.97.2",
135+
"satori": "0.18.3",
136+
"sbd": "^1.0.19",
137+
"semver": "7.7.3",
138+
"serve-favicon": "2.5.1",
139+
"sharp": "0.34.5",
140+
"sitemap": "9.0.0",
141+
"socket.io": "4.8.3",
142+
"socket.io-client": "4.8.3",
143+
"@socket.io/redis-adapter": "8.3.0",
144+
"sortablejs": "1.15.6",
145+
"spdx-license-list": "6.11.0",
146+
"terser-webpack-plugin": "5.3.16",
147+
"textcomplete": "0.18.2",
148+
"textcomplete.contenteditable": "0.1.1",
149+
"timeago": "1.6.7",
150+
"tinycon": "0.6.8",
151+
"toobusy-js": "0.5.1",
152+
"tough-cookie": "6.0.0",
153+
"undici": "^7.10.0",
154+
"validator": "13.15.26",
155+
"webpack": "5.104.1",
156+
"webpack-merge": "6.0.1",
157+
"winston": "3.19.0",
158+
"workerpool": "10.0.1",
159+
"xml": "1.0.1",
160+
"xregexp": "5.1.2",
161+
"yargs": "17.7.2",
162+
"zxcvbn": "4.4.2"
163+
},
164+
"devDependencies": {
165+
"@apidevtools/swagger-parser": "10.1.0",
166+
"@commitlint/cli": "20.3.1",
167+
"@commitlint/config-angular": "20.3.1",
168+
"coveralls": "3.1.1",
169+
"@eslint/js": "9.39.2",
170+
"@stylistic/eslint-plugin": "5.7.0",
171+
"eslint-config-nodebb": "1.1.11",
172+
"eslint-plugin-import": "2.32.0",
173+
"grunt": "1.6.1",
174+
"grunt-contrib-watch": "1.1.0",
175+
"husky": "8.0.3",
176+
"jsdom": "27.4.0",
177+
"lint-staged": "16.2.7",
178+
"mocha": "11.7.5",
179+
"mocha-lcov-reporter": "1.3.0",
180+
"mockdate": "3.0.5",
181+
"nyc": "17.1.0",
182+
"smtp-server": "3.18.0"
183+
},
184+
"optionalDependencies": {
185+
"sass-embedded": "1.97.2"
186+
},
187+
"resolutions": {
188+
"*/jquery": "3.7.1"
189+
},
190+
"bugs": {
191+
"url": "https://github.com/NodeBB/NodeBB/issues"
192+
},
193+
"engines": {
194+
"node": ">=20"
195+
},
196+
"maintainers": [
197+
{
198+
"name": "Julian Lam",
199+
"email": "julian@nodebb.org",
200+
"url": "https://github.com/julianlam"
201+
},
202+
{
203+
"name": "Barış Soner Uşaklı",
204+
"email": "baris@nodebb.org",
205+
"url": "https://github.com/barisusakli"
206+
}
207+
]
208+
}

0 commit comments

Comments
 (0)