Created
November 13, 2018 23:23
-
-
Save StefanoDeVuono/4d50c7baca157120ffa63ddb38c91bb8 to your computer and use it in GitHub Desktop.
prettier eslint config
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
{ | |
"eslintConfig": { | |
"extends": [ | |
"prettier-standard" | |
] | |
}, | |
"//": "npm i -D eslint-config-prettier-standard eslint eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-prettier prettier" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment