coryhouse / pluralsight-redux-starter

Completed Dev Environment for "Building Applications with React and Redux" on Pluralsight
https://app.pluralsight.com/library/courses/react-redux-react-router-es6/
1.27k stars 914 forks source link

Configuration file for JSCS not found #70

Closed merlin8thomas closed 7 years ago

merlin8thomas commented 7 years ago

While trying to make this application on import statement I am getting an error "JSHint: 'import' is only available in ES6 (use 'esversion: 6'). (W119)" and Configuration file for JSCS not found. Node version: 6.9.4

npm version: 3.10.10

Operating system: Windows 7 Professional

Command line used: Webstorm internal Command Prompt and Windows Command Prompt

Steps to reproduce: Tried installing jscs dependency using package.json

coryhouse commented 7 years ago

Does this issue occur for you with the final course exercise available for download on the course page?

coryhouse commented 7 years ago

Closing since no response. Please reply if issue persists.