Skip to content

Commit 17c0331

Browse files
authored
chore: fix linting (#1305)
[This commit](standard/eslint-config-standard@9673e0b) to eslint-config-standard altered the `no-multiple-empty-lines` rule so update to the new linting rules.
1 parent c8ad457 commit 17c0331

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

src/check-project/check-licence-files.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-disable no-console */
32

43
import path from 'path'

src/check-project/check-monorepo-readme.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-disable no-console */
32

43
import path from 'path'

src/check-project/check-readme.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-disable no-console,complexity */
32

43
import path from 'path'

src/cmds/lint-package-json.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import path from 'path'
32
import { fileURLToPath } from 'url'
43
import { execa } from 'execa'

src/cmds/lint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { loadUserConfig } from '../config/user.js'
32
import lintCmd from '../lint.js'
43

test/fixtures/dependency-check/pass/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-disable no-unused-vars */
32

43
// @ts-ignore

test/fixtures/js+ts/src/some.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export const main = () => {
32

43
}

test/fixtures/tests/context-access.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
// export something from the global scope
32
export default Uint8Array

test/utils/get-port.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* eslint-env mocha */
32

43
import { expect } from '../../utils/chai.js'

0 commit comments

Comments
 (0)