my common eslint configuration used for es6 / react / flow based projects
Use a logger instead of console.log. For the few cases where console output is needed, add an eslint exception for the specific cases.
Use double quotes, except avoiding the need for escapes.