Skip to content

Instantly share code, notes, and snippets.

View cosemansp's full-sized avatar

Peter Cosemans cosemansp

  • Euricom
  • Belgium
View GitHub Profile
@cosemansp
cosemansp / .eslintrc.json
Created April 17, 2016 10:44 — forked from egamma/.eslintrc.json
Visual Studio Code default .eslintrc.json
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
@cosemansp
cosemansp / .eslintrc
Created April 17, 2016 10:35 — forked from dermike/.eslintrc
eslint
{
"env": {
"browser": true,
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,