Created
September 4, 2017 21:54
-
-
Save ncuillery/dd91e0e620c1cf9f036311a221dd910c to your computer and use it in GitHub Desktop.
Medium buddybuild/ESLint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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