Skip to content

Instantly share code, notes, and snippets.

@tvararu
Last active March 26, 2018 15:08
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 tvararu/91632c0c0302986ad8aa022bb07fed94 to your computer and use it in GitHub Desktop.
Save tvararu/91632c0c0302986ad8aa022bb07fed94 to your computer and use it in GitHub Desktop.
eslint-semistandard-test
{ "extends": "eslint-config-semistandard" }
console.log('hello')
{
"name": "eslint-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment