ESLint is failing to run for me with `eslint-plugin-prettier` rules activated (i.e. with `"rules": { "prettier/prettier": "error" }` set). This is the stacktrace from atom:  As it says in the stacktrace, the error comes from [this](https://github.com/not-an-aardvark/eslint-plugin-prettier/blob/master/lib/rules/prettier.js) file on line 30 where it calls `require('eslint/lib/ast-utils').getLocationFromRangeIndex(...)`. Upon inspection of [eslint/lib/ast-utils](https://github.com/eslint/eslint/blob/master/lib/ast-utils.js) I see that the function no longer exists. The function was removed in [this](https://github.com/eslint/eslint/commit/dad20ad940eedcc3f2e3f72b3f182dda5a8e700c#diff-6198b73cda8ab9ac49ed872ead7fb268) commit.