File tree Expand file tree Collapse file tree 3 files changed +814
-707
lines changed Expand file tree Collapse file tree 3 files changed +814
-707
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ module.exports = {
4343 'no-trailing-spaces' : 'error' ,
4444 'space-before-blocks' : [ 'error' , 'always' ] ,
4545 'space-before-function-paren' : [ 'error' , 'never' ] ,
46+ 'n/prefer-node-protocol' : [ 'error' ] ,
4647 indent : [ 'error' , 4 , {
4748 SwitchCase : 1 ,
4849 } ] ,
Original file line number Diff line number Diff line change 3838 "@types/benchmark" : " ^2.1.1" ,
3939 "@types/markdown-it" : " ^13.0.1" ,
4040 "@types/node" : " ^20.7.0" ,
41- "@typescript-eslint/eslint-plugin" : " ^6.7.3 " ,
42- "@typescript-eslint/parser" : " ^6.7.3 " ,
41+ "@typescript-eslint/eslint-plugin" : " ^7.5.0 " ,
42+ "@typescript-eslint/parser" : " ^7.5.0 " ,
4343 "bbcode" : " ^0.1.5" ,
4444 "bbcode-parser" : " ^1.0.10" ,
4545 "bbcodejs" : " ^0.0.4" ,
4848 "eslint-config-standard" : " ^17.0.0" ,
4949 "eslint-import-resolver-typescript" : " ^3.5.3" ,
5050 "eslint-plugin-import" : " ^2.22.0" ,
51- "eslint-plugin-n" : " ^16.1.0 " ,
51+ "eslint-plugin-n" : " ^17.0.0-6 " ,
5252 "eslint-plugin-node" : " ^11.1.0" ,
5353 "eslint-plugin-promise" : " ^6.0.0" ,
5454 "eslint-plugin-vue" : " ^9.9.0" ,
You can’t perform that action at this time.
0 commit comments