Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Sep 22, 2024
1 parent 96a5fe6 commit 4a76453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': [
'error',
{
caughtErrors: 'none',
// using destructuring to omit properties from objects
destructuredArrayIgnorePattern: '^_',
argsIgnorePattern: '^_',
Expand Down
2 changes: 1 addition & 1 deletion test/install.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-unused-expressions */
/* eslint-disable @typescript-eslint/no-unused-expressions */
// eslint doesn't like .to.be.false syntax
import { expect } from 'chai'
import fs from 'fs/promises'
Expand Down

0 comments on commit 4a76453

Please sign in to comment.