Skip to content

Instantly share code, notes, and snippets.

@jmporchet
jmporchet / .eslintrc.js
Created January 22, 2018 09:58
react meteor .eslint
module.exports = {
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"no-underscore-dangle": 0,
"react/forbid-prop-types": 0,

Express and Sequelize

Install

$ mkdir myapp
$ cd myapp
$ npm init #follow instructions - wizard app
$ git init
$ npm i express