We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde69c6 commit ba939edCopy full SHA for ba939ed
2 files changed
test/logger.test.ts
@@ -1,6 +1,6 @@
1
-import { expect } from 'chai'
+import { expect } from 'chai' // eslint-disable-line n/no-missing-import
2
import { LOCALE_LOGGER } from '../index'
3
-import sinon from 'sinon'
+import sinon from 'sinon' // eslint-disable-line n/no-missing-import
4
import chalk from 'chalk'
5
6
describe('LOCALE_LOGGER', () => {
test/module.test.ts
import LOCALE_MODULE from '../index'
-import mock from 'mock-fs'
+import mock from 'mock-fs'// eslint-disable-line n/no-missing-import
import fs from 'fs-extra'
describe('LOCALE_MODULE', () => {
0 commit comments