We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297ef9f commit 7657ff1Copy full SHA for 7657ff1
test/main.js
@@ -7,8 +7,6 @@ const TEST_FILE = `${__dirname}/fixtures/_valid.js`
7
test('Smoke test', async (t) => {
8
const { exitCode, stdout, stderr } = await execa('eslint', [TEST_FILE, '--config', ESLINT_CONFIG], {
9
preferLocal: true,
10
- // @todo remove once https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/315 is merged and released
11
- env: { NODE_OPTIONS: '--no-deprecation' },
12
})
13
t.is(exitCode, 0)
14
t.is(stdout.trim(), '')
0 commit comments