Skip to content

Instantly share code, notes, and snippets.

View superandrew213's full-sized avatar

Andrew Shini superandrew213

  • Brisbane, Australia
View GitHub Profile
@yyscamper
yyscamper / .eslintrc.json
Created March 29, 2017 06:41
ESLint Airbnb Javascript Standard Configuration (Single File Version)
{
"rules": {
"strict": [
"error",
"never"
],
"import/no-unresolved": [
"error",
{
"commonjs": true,