Remove unnecessary /* eslint no-var: error */
lines in the test/unit/
folder (PR 12528 follow-up)
These lines are no longer needed, since the ESLint `no-var` rule has been enabled in the entire folder.
This commit is contained in:
parent
f58fee0956
commit
22e0ed51c6
@ -12,7 +12,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
/* eslint no-var: error */
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
DOMCanvasFactory,
|
DOMCanvasFactory,
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
/* eslint no-var: error */
|
|
||||||
|
|
||||||
import { AbortException } from "../../src/shared/util.js";
|
import { AbortException } from "../../src/shared/util.js";
|
||||||
import { PDFFetchStream } from "../../src/display/fetch_stream.js";
|
import { PDFFetchStream } from "../../src/display/fetch_stream.js";
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
/* eslint no-var: error */
|
|
||||||
|
|
||||||
import { Lexer, Linearization, Parser } from "../../src/core/parser.js";
|
import { Lexer, Linearization, Parser } from "../../src/core/parser.js";
|
||||||
import { FormatError } from "../../src/shared/util.js";
|
import { FormatError } from "../../src/shared/util.js";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user