ignore .eslintcache

This commit is contained in:
Jacob Overgaard
2022-05-17 13:08:51 +02:00
parent 8fbb9e2bb7
commit 1beb814f96
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +0,0 @@
[{"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\index.html":"1","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\auth\\login\\umb-login.element.ts":"2","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\auth\\umb-auth-layout.element.ts":"3","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\mocks\\browser.ts":"4","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\mocks\\handlers.ts":"5","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\umb-app.ts":"6","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\vite-env.d.ts":"7","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\vite.config.ts":"8"},{"size":439,"mtime":1652780722735,"results":"9","hashOfConfig":"10"},{"size":3548,"mtime":1652780966102,"results":"11","hashOfConfig":"12"},{"size":1583,"mtime":1652780143916,"results":"13","hashOfConfig":"12"},{"size":125,"mtime":1652778625829,"results":"14","hashOfConfig":"12"},{"size":1124,"mtime":1652778625830,"results":"15","hashOfConfig":"12"},{"size":1333,"mtime":1652784785309,"results":"16","hashOfConfig":"12"},{"size":38,"mtime":1652772071662,"results":"17","hashOfConfig":"12"},{"size":101,"mtime":1652777797494,"results":"18","hashOfConfig":"19"},{"filePath":"20","messages":"21","suppressedMessages":"22","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"19l7quh",{"filePath":"23","messages":"24","suppressedMessages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1bd46in",{"filePath":"26","messages":"27","suppressedMessages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","suppressedMessages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","suppressedMessages":"34","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"35","messages":"36","suppressedMessages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"38","messages":"39","suppressedMessages":"40","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","suppressedMessages":"43","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"yvcwes","C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\index.html",["44"],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\auth\\login\\umb-login.element.ts",[],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\auth\\umb-auth-layout.element.ts",[],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\mocks\\browser.ts",[],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\mocks\\handlers.ts",[],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\umb-app.ts",["45"],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\src\\vite-env.d.ts",[],[],"C:\\Users\\Umbraco\\Documents\\Git\\Umbraco.CMS.Backoffice\\vite.config.ts",["46"],[],{"ruleId":null,"fatal":true,"severity":2,"message":"47","line":1,"column":10},{"ruleId":"48","severity":1,"message":"49","line":25,"column":10,"nodeType":"50","messageId":"51","endLine":25,"endColumn":13,"suggestions":"52"},{"ruleId":null,"fatal":true,"severity":2,"message":"53"},"Parsing error: '>' expected.","@typescript-eslint/no-explicit-any","Unexpected any. Specify a different type.","TSAnyKeyword","unexpectedAny",["54","55"],"Parsing error: \"parserOptions.project\" has been set for @typescript-eslint/parser.\nThe file does not match your project config: vite.config.ts.\nThe file must be included in at least one of the projects provided.",{"messageId":"56","fix":"57","desc":"58"},{"messageId":"59","fix":"60","desc":"61"},"suggestUnknown",{"range":"62","text":"63"},"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct.","suggestNever",{"range":"62","text":"64"},"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of.",[539,542],"unknown","never"]

View File

@@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?
# eslint
.eslintcache