]> cat aescling's git repositories - mastodon.git/commit
Dev Tooling fixes (eslint/editorconfig) (#1398)
authorGavin Mogan <github@gavinmogan.com>
Mon, 10 Apr 2017 22:36:03 +0000 (15:36 -0700)
committerEugen <eugen@zeonfederated.com>
Mon, 10 Apr 2017 22:36:03 +0000 (00:36 +0200)
commit3672a799d4bf9011bc665b6d8f55e58031513527
tree52699d8e726239721918869e85ffeefba8c0cac9
parent3fd5385e7b038bce4da566bcd193f0fd1e2c5383
Dev Tooling fixes (eslint/editorconfig) (#1398)

* Add eslint to dev dependancies so it gets installed for the repo

yarn add --dev eslint babel-eslint eslint-plugin-reac

project specific version of eslint, you can globally install eslint-cli
if you want the global runtime, or add .bin to your path

* fix eslint errors about inconsitent returns

* eslint ignore the same as git ignore. allows for eslint .

* Add editorconfig file so everyones editor will be setup to follow the same standards
.editorconfig [new file with mode: 0644]
.eslintignore [new file with mode: 0644]
package.json
streaming/index.js
yarn.lock