Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit c47342d

Browse files
committed
style: fix linting issues
1 parent 0cd87fd commit c47342d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/linter-shellcheck-spec.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
'use babel';
22

33
import * as path from 'path';
4-
// eslint-disable-next-line no-unused-vars
5-
import { it, fit, wait, beforeEach, afterEach } from 'jasmine-fix';
4+
import {
5+
// eslint-disable-next-line no-unused-vars
6+
it, fit, wait, beforeEach, afterEach,
7+
} from 'jasmine-fix';
68

79
const { lint } = require('../lib/main.js').provideLinter();
810

0 commit comments

Comments
 (0)