forked from AliZhakezhanov1/cryptos-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintcache
More file actions
1 lines (1 loc) · 5.09 KB
/
Copy path.eslintcache
File metadata and controls
1 lines (1 loc) · 5.09 KB
1
[{"/Users/gaziz/Documents/tests/crypto/server/src/controller/crypto-controller.ts":"1","/Users/gaziz/Documents/tests/crypto/server/src/index.ts":"2","/Users/gaziz/Documents/tests/crypto/server/src/middleware/global-error-handler.ts":"3","/Users/gaziz/Documents/tests/crypto/server/src/test/controller/crypto-controller.test.ts":"4","/Users/gaziz/Documents/tests/crypto/server/src/types/cryptos-controller.ts":"5","/Users/gaziz/Documents/tests/crypto/server/jest.config.ts":"6"},{"size":894,"mtime":1662372028506,"results":"7","hashOfConfig":"8"},{"size":1206,"mtime":1662295047541,"results":"9","hashOfConfig":"8"},{"size":320,"mtime":1662294999510,"results":"10","hashOfConfig":"8"},{"size":831,"mtime":1662373263961,"results":"11","hashOfConfig":"8"},{"size":1070,"mtime":1662328461662,"results":"12","hashOfConfig":"8"},{"size":265,"mtime":1662370655022,"results":"13","hashOfConfig":"8"},{"filePath":"14","messages":"15","suppressedMessages":"16","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"oeofvt",{"filePath":"17","messages":"18","suppressedMessages":"19","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","suppressedMessages":"22","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"23"},{"filePath":"24","messages":"25","suppressedMessages":"26","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"27","messages":"28","suppressedMessages":"29","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","suppressedMessages":"32","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/gaziz/Documents/tests/crypto/server/src/controller/crypto-controller.ts",["33","34"],[],"/Users/gaziz/Documents/tests/crypto/server/src/index.ts",[],[],"/Users/gaziz/Documents/tests/crypto/server/src/middleware/global-error-handler.ts",["35","36","37","38"],[],"import { ExpressErrorMiddlewareInterface, Middleware } from \"routing-controllers\";\n\n@Middleware({ type: \"after\" })\nexport class GlobalErrorHandler implements ExpressErrorMiddlewareInterface {\n\terror(err: any, req: any, res: any, next: () => any) {\n res.status(err.statusCode || err.httpCode).json(err);\n\t\tnext();\n\t}\n}","/Users/gaziz/Documents/tests/crypto/server/src/test/controller/crypto-controller.test.ts",["39","40"],[],"/Users/gaziz/Documents/tests/crypto/server/src/types/cryptos-controller.ts",[],[],"/Users/gaziz/Documents/tests/crypto/server/jest.config.ts",[],[],{"ruleId":"41","severity":1,"message":"42","line":1,"column":10,"nodeType":"43","messageId":"44","endLine":1,"endColumn":18},{"ruleId":"45","severity":1,"message":"46","line":7,"column":52,"nodeType":"47","messageId":"48","endLine":7,"endColumn":55,"suggestions":"49"},{"ruleId":"45","severity":1,"message":"46","line":5,"column":13,"nodeType":"47","messageId":"48","endLine":5,"endColumn":16,"suggestions":"50"},{"ruleId":"45","severity":1,"message":"46","line":5,"column":23,"nodeType":"47","messageId":"48","endLine":5,"endColumn":26,"suggestions":"51"},{"ruleId":"45","severity":1,"message":"46","line":5,"column":33,"nodeType":"47","messageId":"48","endLine":5,"endColumn":36,"suggestions":"52"},{"ruleId":"45","severity":1,"message":"46","line":5,"column":50,"nodeType":"47","messageId":"48","endLine":5,"endColumn":53,"suggestions":"53"},{"ruleId":"41","severity":1,"message":"54","line":26,"column":26,"nodeType":"43","messageId":"44","endLine":26,"endColumn":30},{"ruleId":"41","severity":1,"message":"55","line":28,"column":9,"nodeType":"43","messageId":"44","endLine":28,"endColumn":12},"@typescript-eslint/no-unused-vars","'ICryptos' is defined but never used.","Identifier","unusedVar","@typescript-eslint/no-explicit-any","Unexpected any. Specify a different type.","TSAnyKeyword","unexpectedAny",["56","57"],["58","59"],["60","61"],["62","63"],["64","65"],"'done' is defined but never used.","'res' is assigned a value but never used.",{"messageId":"66","fix":"67","desc":"68"},{"messageId":"69","fix":"70","desc":"71"},{"messageId":"66","fix":"72","desc":"68"},{"messageId":"69","fix":"73","desc":"71"},{"messageId":"66","fix":"74","desc":"68"},{"messageId":"69","fix":"75","desc":"71"},{"messageId":"66","fix":"76","desc":"68"},{"messageId":"69","fix":"77","desc":"71"},{"messageId":"66","fix":"78","desc":"68"},{"messageId":"69","fix":"79","desc":"71"},"suggestUnknown",{"range":"80","text":"81"},"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct.","suggestNever",{"range":"80","text":"82"},"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of.",{"range":"83","text":"81"},{"range":"83","text":"82"},{"range":"84","text":"81"},{"range":"84","text":"82"},{"range":"85","text":"81"},{"range":"85","text":"82"},{"range":"86","text":"81"},{"range":"86","text":"82"},[269,272],"unknown","never",[204,207],[214,217],[224,227],[241,244]]