chore: use @babel/eslint-config-internal (#11026)

This commit is contained in:
Huáng Jùnliàng
2020-01-17 07:57:25 -05:00
committed by GitHub
parent 1a1454328b
commit 6648d62f40
6 changed files with 5 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
// @flow
/* global BigInt */
import { types as tt, TokenType } from "../tokenizer/types";
import type Parser from "../parser";
import type { ExpressionErrors } from "../parser/util";

View File

@@ -1,5 +1,3 @@
/* global BigInt */
import { multiple as getFixtures } from "@babel/helper-fixtures";
import { codeFrameColumns } from "@babel/code-frame";
import fs from "fs";