Skip to content

Instantly share code, notes, and snippets.

View WangJi's full-sized avatar

王吉 WangJi

  • 上勘院
  • 上海
View GitHub Profile
@egamma
egamma / .eslintrc.json
Created February 25, 2016 21:57
Visual Studio Code default .eslintrc.json
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true