Browse Source

linter and prettier issues fixed

Gleb Urvanov 4 years ago
parent
commit
b2b8542942

+ 1 - 1
.prettierrc.js

@@ -1,3 +1,3 @@
 module.exports = {
-  ...require('./devops/prettier-config'),
+  ...require('@joystream/prettier-config'),
 }

+ 1 - 1
tests/network-tests/src/nicaea/tests/proposals/impl/workingGroupMintCapacityProposal.ts

@@ -19,7 +19,7 @@ export function workingGroupMintCapacityProposalTest(
   tap.test('Mint capacity proposal test', async () => {
     // Setup
     sudo = keyring.addFromUri(sudoUri)
-    const description: string = 'Mint capacity proposal which is used for API network testing'
+    const description = 'Mint capacity proposal which is used for API network testing'
     const runtimeVoteFee: BN = apiWrapper.estimateVoteForProposalFee()
     const initialMintingCapacity: BN = await apiWrapper.getContentWorkingGroupMintCapacity()