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 = {
43
43
'no-trailing-spaces' : 'error' ,
44
44
'space-before-blocks' : [ 'error' , 'always' ] ,
45
45
'space-before-function-paren' : [ 'error' , 'never' ] ,
46
+ 'n/prefer-node-protocol' : [ 'error' ] ,
46
47
indent : [ 'error' , 4 , {
47
48
SwitchCase : 1 ,
48
49
} ] ,
Original file line number Diff line number Diff line change 38
38
"@types/benchmark" : " ^2.1.1" ,
39
39
"@types/markdown-it" : " ^13.0.1" ,
40
40
"@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 " ,
43
43
"bbcode" : " ^0.1.5" ,
44
44
"bbcode-parser" : " ^1.0.10" ,
45
45
"bbcodejs" : " ^0.0.4" ,
48
48
"eslint-config-standard" : " ^17.0.0" ,
49
49
"eslint-import-resolver-typescript" : " ^3.5.3" ,
50
50
"eslint-plugin-import" : " ^2.22.0" ,
51
- "eslint-plugin-n" : " ^16.1.0 " ,
51
+ "eslint-plugin-n" : " ^17.0.0-6 " ,
52
52
"eslint-plugin-node" : " ^11.1.0" ,
53
53
"eslint-plugin-promise" : " ^6.0.0" ,
54
54
"eslint-plugin-vue" : " ^9.9.0" ,
You can’t perform that action at this time.
0 commit comments