chore: remove unused ESLint rule

This commit is contained in:
Sven SAULEAU
2017-07-14 11:25:09 +02:00
parent 58ec149c52
commit b858d7ce5e

View File

@@ -319,7 +319,6 @@ export default class Printer {
const printMethod = this[node.type];
if (!printMethod) {
// eslint-disable-next-line max-len
throw new ReferenceError(
`unknown node of type ${JSON.stringify(
node.type,