airtoxin / Electron-React-Boilerplate

No longer maintained.
MIT License
199 stars 31 forks source link

Setup eslint + jscs #15

Closed vidbina closed 8 years ago

vidbina commented 8 years ago

Setup eslint and jscs in order to allow npm run lint to detect issues detected by the linter npm run syntax-check to detect issues detected by jscs and npm run refactor to allow jscs to modfify the source to conform to the specific styleguide.

vidbina commented 8 years ago

Sorry closed this one because the #16 completes it