Created
January 4, 2020 22:11
-
-
Save denvercoder/33355281a4d0f295820b445d03bdd243 to your computer and use it in GitHub Desktop.
Revisions
-
denvercoder created this gist
Jan 4, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ wesbos() { npx install-peerdeps --dev eslint-config-wesbos echo "{\"extends\": [\"wesbos\"],\"rules\": {\"no-console\": 2,\"prettier/prettier\":[\"error\",{\"trailingComma\": \"all\",\"semi\": false,\"singleQuote\": true,\"printWidth\": 80,\"tabWidth\": 2}]}}" >> .eslintrc }