Skip to content

Instantly share code, notes, and snippets.

@c01nd01r
Created August 24, 2016 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c01nd01r/106550d147680157ff9c0483e4e1540e to your computer and use it in GitHub Desktop.
Save c01nd01r/106550d147680157ff9c0483e4e1540e to your computer and use it in GitHub Desktop.
Airbnb ES5 eslintrc
{
"extends": "airbnb-base/legacy"
}
{
"name": "jsninja-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Illya Klymov",
"license": "ISC",
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-airbnb-base": "^1.0.3",
"eslint-plugin-import": "^1.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment