Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: ignore eslint no useless escape for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-dfeller committed Apr 14, 2023
1 parent 16c24e7 commit b6916a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-useless-escape */
"use strict";

module.exports = {
Expand Down

0 comments on commit b6916a7

Please sign in to comment.