-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 3.87 KB
/
.eslintcache
1
[{"/Users/cazbrunnen/Development/pipedrive-users-app/src/index.js":"1","/Users/cazbrunnen/Development/pipedrive-users-app/src/App.js":"2","/Users/cazbrunnen/Development/pipedrive-users-app/src/constants.js":"3","/Users/cazbrunnen/Development/pipedrive-users-app/src/components/SimpleList.js":"4","/Users/cazbrunnen/Development/pipedrive-users-app/src/components/ListItem.js":"5","/Users/cazbrunnen/Development/pipedrive-users-app/src/utils.js":"6","/Users/cazbrunnen/Development/pipedrive-users-app/src/components/Avatar.js":"7"},{"size":662,"mtime":1608369866635,"results":"8","hashOfConfig":"9"},{"size":654,"mtime":1608386121527,"results":"10","hashOfConfig":"9"},{"size":122,"mtime":1608379266462,"results":"11","hashOfConfig":"9"},{"size":5610,"mtime":1608386080313,"results":"12","hashOfConfig":"9"},{"size":1356,"mtime":1608386588797,"results":"13","hashOfConfig":"9"},{"size":239,"mtime":1608383473565,"results":"14","hashOfConfig":"9"},{"size":639,"mtime":1608384391459,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"18","usedDeprecatedRules":"19"},"u1exed",{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/cazbrunnen/Development/pipedrive-users-app/src/index.js",["32","33"],"import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport \"./index.css\";\nimport App from \"./App\";\n// import * as serviceWorker from \"./serviceWorker\";\n\nimport $ from \"jquery\";\nimport Popper from \"popper.js\";\nimport \"bootstrap/dist/js/bootstrap.bundle.min\";\nimport \"bootstrap/dist/css/bootstrap.min.css\";\n\nReactDOM.render(\n <React.StrictMode>\n <App />\n </React.StrictMode>,\n document.getElementById('root')\n);\n\n// If you want your app to work offline and load faster, you can change\n// unregister() to register() below. Note this comes with some pitfalls.\n// Learn more about service workers: https://bit.ly/CRA-PWA\n// serviceWorker.unregister();\n",["34","35"],"/Users/cazbrunnen/Development/pipedrive-users-app/src/App.js",[],"/Users/cazbrunnen/Development/pipedrive-users-app/src/constants.js",[],"/Users/cazbrunnen/Development/pipedrive-users-app/src/components/SimpleList.js",["36","37"],"/Users/cazbrunnen/Development/pipedrive-users-app/src/components/ListItem.js",[],"/Users/cazbrunnen/Development/pipedrive-users-app/src/utils.js",[],"/Users/cazbrunnen/Development/pipedrive-users-app/src/components/Avatar.js",[],{"ruleId":"38","severity":1,"message":"39","line":7,"column":8,"nodeType":"40","messageId":"41","endLine":7,"endColumn":9},{"ruleId":"38","severity":1,"message":"42","line":8,"column":8,"nodeType":"40","messageId":"41","endLine":8,"endColumn":14},{"ruleId":"43","replacedBy":"44"},{"ruleId":"45","replacedBy":"46"},{"ruleId":"38","severity":1,"message":"47","line":2,"column":25,"nodeType":"40","messageId":"41","endLine":2,"endColumn":29},{"ruleId":"38","severity":1,"message":"48","line":2,"column":31,"nodeType":"40","messageId":"41","endLine":2,"endColumn":39},"no-unused-vars","'$' is defined but never used.","Identifier","unusedVar","'Popper' is defined but never used.","no-native-reassign",["49"],"no-negated-in-lhs",["50"],"'Swap' is defined but never used.","'Sortable' is defined but never used.","no-global-assign","no-unsafe-negation"]