- Use atom or babel to transpile src/index.js into the build/index.js
/bin/bash serve/servenode build/index.js
apm install linter linter-eslint language-babel editorconfig
- Uncheck
Lint on fly
- check
Disable When NoEslintrc File In Path - uncheck
Use Global Eslint(unchecking seems to be necessary in order to use es2016)
- check
Transpile On Save srcinBabel Source PathbuildinBabel Transpile Path- put
runtimeinOptional Transformers
npm test
or
npm run testwatch
or
npm test -- watch