Skip to content

Commit ba939ed

Browse files
committed
chore(lint): another attempt to lint files for ESLINT
1 parent dde69c6 commit ba939ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/logger.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { expect } from 'chai'
1+
import { expect } from 'chai' // eslint-disable-line n/no-missing-import
22
import { LOCALE_LOGGER } from '../index'
3-
import sinon from 'sinon'
3+
import sinon from 'sinon' // eslint-disable-line n/no-missing-import
44
import chalk from 'chalk'
55

66
describe('LOCALE_LOGGER', () => {

test/module.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { expect } from 'chai'
1+
import { expect } from 'chai' // eslint-disable-line n/no-missing-import
22
import LOCALE_MODULE from '../index'
3-
import mock from 'mock-fs'
3+
import mock from 'mock-fs'// eslint-disable-line n/no-missing-import
44
import fs from 'fs-extra'
55

66
describe('LOCALE_MODULE', () => {

0 commit comments

Comments
 (0)