Closed khalsah closed 9 years ago
npm test
babel-plugin-rewire
rewireify
The interesting files are:
package.json
.eslintrc
Run npm test ensure eslint runs and passes.
Wow, no more semicolons, huh?
@fluxusfrequency Nope
Is that an ES6 thing or a hipster thing :trollface:
What's this PR do?
npm test
step to enforce linting.babel-plugin-rewire
fromrewireify
for better compatibility with ES6 module syntax.Where should the reviewer start?
The interesting files are:
package.json
.eslintrc
How should this be manually tested?
Run
npm test
ensure eslint runs and passes.