Skip to content

Instantly share code, notes, and snippets.

@ncuillery
Created September 4, 2017 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncuillery/dd91e0e620c1cf9f036311a221dd910c to your computer and use it in GitHub Desktop.
Save ncuillery/dd91e0e620c1cf9f036311a221dd910c to your computer and use it in GitHub Desktop.
Medium buddybuild/ESLint
[
{
"filePath": "\/Users\/ncuillery\/Dev\/M6\/app-foosby\/src\/stats\/statsActions.js",
"messages": [],
"errorCount": 0,
"warningCount": 0
},
{
"filePath": "\/Users\/ncuillery\/Dev\/M6\/app-foosby\/src\/stats\/statsEpics.js",
"messages": [
{
"ruleId": "prettier\/prettier",
"severity": 2,
"message": "Delete `\u23ce`",
"line": 17,
"column": 1,
"source": "",
"endLine": 18,
"endColumn": 1,
"fix": {
"range": [
503,
504
],
"text": ""
}
}
],
"errorCount": 1,
"warningCount": 0,
"source": "import _ from 'lodash';\n ... The whole content of the file"
},
{
"filePath": "\/Users\/ncuillery\/Dev\/M6\/app-foosby\/src\/stats\/statsReducer.js",
"messages": [],
"errorCount": 0,
"warningCount": 0
},
{
"filePath": "\/Users\/ncuillery\/Dev\/M6\/app-foosby\/src\/theme.js",
"messages": [],
"errorCount": 0,
"warningCount": 0
},
/* Other file results */
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment