remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/.eslintcache

1 line
7.9 KiB

[{"/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/index.tsx":"1","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/App.tsx":"2","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/utils/utils.ts":"3","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/routes.tsx":"4","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/hooks/useLocalStorage.tsx":"5","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/AppContext.tsx":"6","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/utils/template.ts":"7","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/views/index.ts":"8","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/views/ErrorView.tsx":"9","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/views/HomeView.tsx":"10","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/utils/index.ts":"11","/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/utils/publisher.ts":"12"},{"size":235,"mtime":1614763960000,"results":"13","hashOfConfig":"14"},{"size":2900,"mtime":1614769189000,"results":"15","hashOfConfig":"14"},{"size":3501,"mtime":1614765058000,"results":"16","hashOfConfig":"14"},{"size":673,"mtime":1614763960000,"results":"17","hashOfConfig":"14"},{"size":1255,"mtime":1614763960000,"results":"18","hashOfConfig":"14"},{"size":690,"mtime":1614769189000,"results":"19","hashOfConfig":"14"},{"size":3944,"mtime":1614763960000,"results":"20","hashOfConfig":"14"},{"size":80,"mtime":1614763960000,"results":"21","hashOfConfig":"14"},{"size":729,"mtime":1614763960000,"results":"22","hashOfConfig":"14"},{"size":6338,"mtime":1614858359000,"results":"23","hashOfConfig":"14"},{"size":54,"mtime":1614763960000,"results":"24","hashOfConfig":"14"},{"size":395,"mtime":1614763960000,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"1p6xr9v",{"filePath":"29","messages":"30","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"31","usedDeprecatedRules":"28"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"50","messages":"51","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/index.tsx",[],["52","53"],"/Volumes/butbut/code/testp/remix-ethdoc-plugin/src/App.tsx",["54"],"import React, { useState, useEffect, useRef } from \"react\";\n\nimport { PluginClient } from \"@remixproject/plugin\";\nimport { createClient } from \"@remixproject/plugin-webview\";\nimport {\n CompilationFileSources,\n CompilationResult,\n} from \"@remixproject/plugin-api/\";\nimport { Status } from \"@remixproject/plugin-utils\";\n\nimport { AppContext } from \"./AppContext\";\nimport { Routes } from \"./routes\";\nimport { useLocalStorage } from \"./hooks/useLocalStorage\";\nimport { createDocumentation } from \"./utils/utils\";\n\n