Преглед на файлове

Lint fixed for Encointer types

Jaco Greeff преди 4 години
родител
ревизия
d6994508d6
променени са 3 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 1 0
      .gitignore
  2. 1 0
      packages/apps-config/src/api/spec/encointer-node.ts
  3. 2 2
      packages/apps-config/src/api/spec/index.ts

+ 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