onitake opened a new issue #18: Large number of errors from eslint URL: https://github.com/apache/cloudstack-primate/issues/18 When building primate with eslint installed, a large number of errors are thrown. Full log: https://gist.github.com/onitake/d81c435697c023463865e8581d968e11 Excerpt: ``` Module Error (from ./node_modules/eslint-loader/index.js): /build/src/components/header/HeaderNotice.vue 64:9 error Unnecessarily quoted property 'done' found quote-props 64:19 error Unnecessarily quoted property 'icon' found quote-props 64:43 error Unnecessarily quoted property 'style' found quote-props 65:9 error Unnecessarily quoted property 'progress' found quote-props 65:23 error Unnecessarily quoted property 'icon' found quote-props 65:42 error Unnecessarily quoted property 'style' found quote-props 66:9 error Unnecessarily quoted property 'failed' found quote-props 66:21 error Unnecessarily quoted property 'icon' found quote-props 66:45 error Unnecessarily quoted property 'style' found quote-props 88:46 error Unnecessarily quoted property 'jobid' found quote-props 92:34 error ["success"] is better written in dot notation dot-notation 103:34 error ["error"] is better written in dot notation dot-notation ✖ 12 problems (12 errors, 0 warnings) 12 errors and 0 warnings potentially fixable with the `--fix` option. ``` These should be addressed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services