Sfoglia il codice sorgente

Lint fixed for Encointer types

Jaco Greeff 4 anni fa
parent
commit
d6994508d6

+ 1 - 0
.gitignore

@@ -18,3 +18,4 @@ npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
 .idea/
+NOTES.md

+ 1 - 0
packages/apps-config/src/api/spec/encointer-node.ts

@@ -4,6 +4,7 @@
 
 // structs need to be in order
 /* eslint-disable sort-keys */
+/* eslint-disable @typescript-eslint/camelcase */
 
 export default {
   Address: 'AccountId',

+ 2 - 2
packages/apps-config/src/api/spec/index.ts

@@ -2,17 +2,17 @@
 // This software may be modified and distributed under the terms
 // of the Apache-2.0 license. See the LICENSE file for details.
 
-import encointerNode from './encointer-node';
 import centrifugeChain from './centrifuge-chain';
 import edgeware from './edgeware';
+import encointerNode from './encointer-node';
 import kulupu from './kulupu';
 import kusama from './kusama';
 import nodeTemplate from './node-template';
 
 export default {
-  'encointer-node': encointerNode,
   'centrifuge-chain': centrifugeChain,
   edgeware,
+  'encointer-node': encointerNode,
   kulupu,
   kusama,
   'node-template': nodeTemplate