Skip to content

Instantly share code, notes, and snippets.

@peregrinogris
Last active February 24, 2016 19:10
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 peregrinogris/929293d7f37d9e42a75a to your computer and use it in GitHub Desktop.
Save peregrinogris/929293d7f37d9e42a75a to your computer and use it in GitHub Desktop.
Eslint error testcase
{
"rules": {
"quotes": [2, "double"]
}
}
node_modules
var a = 'a';
var a = "1";
{
"name": "eslint-error",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"eslint": "^2.2.0"
},
"devDependencies": {},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment