"eslint": "^3.10.0",
"prettier": "^1.11.1"
"eslint-plugin-prettier": "^2.6.0",
What did you expect to happen?
prettierignore to blacklist files in the project
What actually happened?
.prettierignore has no effect, only .eslintignore. This means that code I want to lint, but not prettify isn't possible
"eslint": "^3.10.0",
"prettier": "^1.11.1"
"eslint-plugin-prettier": "^2.6.0",
What did you expect to happen?
prettierignore to blacklist files in the project
What actually happened?
.prettierignore has no effect, only .eslintignore. This means that code I want to lint, but not prettify isn't possible