* Bump dev

* Fix linting
This commit is contained in:
Jaco Greeff
2020-02-13 16:07:21 +01:00
committed by GitHub
parent 924e69bc7b
commit 9e5a2ac7c5
14 changed files with 297 additions and 1326 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const base = require('@polkadot/dev-react/config/babel');
const base = require('@polkadot/dev/config/babel');
module.exports = Object.keys(base).reduce((config, key) => {
config[key] = base[key];