-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 2.76 KB
/
.eslintcache
1
[{"/home/talecross/Documentos/calculator/src/index.js":"1","/home/talecross/Documentos/calculator/src/reportWebVitals.js":"2","/home/talecross/Documentos/calculator/src/App.js":"3","/home/talecross/Documentos/calculator/src/main/Calculator.jsx":"4","/home/talecross/Documentos/calculator/src/components/Button.jsx":"5","/home/talecross/Documentos/calculator/src/components/Display.jsx":"6"},{"size":491,"mtime":1612285246610,"results":"7","hashOfConfig":"8"},{"size":362,"mtime":1612205805730,"results":"9","hashOfConfig":"8"},{"size":528,"mtime":1612205805654,"results":"10","hashOfConfig":"8"},{"size":3364,"mtime":1612297409140,"results":"11","hashOfConfig":"8"},{"size":387,"mtime":1612297423320,"results":"12","hashOfConfig":"8"},{"size":118,"mtime":1612209701149,"results":"13","hashOfConfig":"8"},{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"17ette3",{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"21","messages":"22","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"23","messages":"24","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"25","messages":"26","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"27","usedDeprecatedRules":"18"},"/home/talecross/Documentos/calculator/src/index.js",[],"/home/talecross/Documentos/calculator/src/reportWebVitals.js",[],["28","29"],"/home/talecross/Documentos/calculator/src/App.js",[],"/home/talecross/Documentos/calculator/src/main/Calculator.jsx",["30"],"/home/talecross/Documentos/calculator/src/components/Button.jsx",["31"],"/home/talecross/Documentos/calculator/src/components/Display.jsx",["32"],"import React from \"react\"\nimport \"./Display.css\"\n\nexport default props => <div className=\"display\">{props.value}</div>",{"ruleId":"33","replacedBy":"34"},{"ruleId":"35","replacedBy":"36"},{"ruleId":"37","severity":1,"message":"38","line":39,"column":29,"nodeType":"39","messageId":"40","endLine":39,"endColumn":33},{"ruleId":"41","severity":1,"message":"42","line":4,"column":1,"nodeType":"43","endLine":13,"endColumn":10},{"ruleId":"41","severity":1,"message":"42","line":4,"column":1,"nodeType":"43","endLine":4,"endColumn":69},"no-native-reassign",["44"],"no-negated-in-lhs",["45"],"no-eval","eval can be harmful.","CallExpression","unexpected","import/no-anonymous-default-export","Assign arrow function to a variable before exporting as module default","ExportDefaultDeclaration","no-global-assign","no-unsafe-negation"]