Last active
March 26, 2018 15:08
-
-
Save tvararu/91632c0c0302986ad8aa022bb07fed94 to your computer and use it in GitHub Desktop.
eslint-semistandard-test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "extends": "eslint-config-semistandard" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('hello') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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