File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ module.exports = {
535535 // ],
536536
537537 '@typescript-eslint/prefer-regexp-exec' : 'error' ,
538+ '@typescript-eslint/prefer-return-this-type' : 'error' ,
538539 '@typescript-eslint/unified-signatures' : 'error' ,
539540
540541 // Disabled per typescript-eslint recommendation: https://github.com/typescript-eslint/typescript-eslint/blob/e26e43ffba96f6d46198b22f1c8dd5c814db2652/docs/getting-started/linting/FAQ.md#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
Original file line number Diff line number Diff line change 4848 },
4949 "devDependencies" : {
5050 "@typescript-eslint/eslint-plugin" : " ^4.28.1" ,
51- "@typescript-eslint/parser" : " ^4.28.1 " ,
51+ "@typescript-eslint/parser" : " ^4.29.0 " ,
5252 "ava" : " ^2.4.0" ,
5353 "eslint" : " ^7.8.1" ,
5454 "temp-write" : " ^4.0.0"
5555 },
5656 "peerDependencies" : {
57- "@typescript-eslint/eslint-plugin" : " >=4.28.1 " ,
58- "eslint" : " >=7.30 .0" ,
57+ "@typescript-eslint/eslint-plugin" : " >=4.29.0 " ,
58+ "eslint" : " >=7.32 .0" ,
5959 "typescript" : " >=4.3"
6060 }
6161}
You can’t perform that action at this time.
0 commit comments