Skip to content

Commit

Permalink
fix: update linter config (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot authored Jul 16, 2024
1 parent 29d59d6 commit 17af97f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: ['@valora/eslint-config-typescript'],
parserOptions: {
project: './tsconfig.eslint.json',
env: {
node: true,
},
rules: {
'no-console': ['error', { allow: ['none'] }],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"validate": "jest",
"format": "prettier --loglevel error --write .",
"format:check": "prettier --check .",
"lint": "eslint --ext=.tsx,.ts,.json src/",
"lint": "eslint .",
"lint:fix": "yarn lint --fix"
},
"prettier": "@valora/prettier-config",
Expand Down
5 changes: 0 additions & 5 deletions tsconfig.eslint.json

This file was deleted.

1 change: 1 addition & 0 deletions validations/webhook.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import { AddKycParams, FiatConnectClient } from '@fiatconnect/fiatconnect-sdk'
import {
KycSchema,
Expand Down

0 comments on commit 17af97f

Please sign in to comment.