Skip to content

Commit

Permalink
fix: 🔧 don't disable rules globally
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Jan 25, 2023
1 parent 4fe767b commit 9eea9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"sourceType": "module"
},
"rules": {
"sort-imports": ["error"],
"@typescript-eslint/no-unused-expressions": "off"
"sort-imports": ["error"]
},
"overrides": [
{
Expand Down
1 change: 1 addition & 0 deletions test/node/NodeMetricsProvider.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unused-expressions */
import { ensureCall, expect, sinon } from '../testUtils.js'
import CountlyNodeSdk from 'countly-sdk-nodejs'
import { NodeMetricsProvider } from '../../src/NodeMetricsProvider.js'
Expand Down

0 comments on commit 9eea9a5

Please sign in to comment.