Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
fix(deps): removes eslint-config-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Mar 4, 2021
1 parent 6f493a7 commit 87fd472
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}
},
"extends": [
"standard",
"plugin:@typescript-eslint/recommended",
"airbnb"
],
Expand Down
2 changes: 1 addition & 1 deletion __mocks__/fileMock.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default {};
export default {}
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@types/react-router-dom": "^5.1.6",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-standard": "^16.0.2",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/rns/Marketplace.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import RNSSimplePlacementsV1 from '../abi/nfts/RNSSimplePlacementsV1.json'
import Web3 from 'web3'
import { TransactionReceipt } from 'web3-eth'
import { AbiItem } from 'web3-utils'

import RNSSimplePlacementsV1 from '../abi/nfts/RNSSimplePlacementsV1.json'
import { marketPlaceAddress } from '../config'
import { TransactionOptions } from '../interfaces'
import ContractBase from '../wrappers/contract-base'
Expand Down

0 comments on commit 87fd472

Please sign in to comment.