diff --git a/src/matrix-cypher/matrix-cypher.ts b/src/matrix-cypher/matrix-cypher.ts index 4eafb03..c24947a 100644 --- a/src/matrix-cypher/matrix-cypher.ts +++ b/src/matrix-cypher/matrix-cypher.ts @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* eslint-disable import/first */ + // eslint-disable-next-line @typescript-eslint/ban-ts-ignore // @ts-ignore import any from 'promise.any';