Merge pull request #5949 from babel/unused-eslint-rule

remove unused ESLint rule
This commit is contained in:
Sven SAULEAU
2017-07-14 11:51:36 +02:00
committed by GitHub

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,