Bump dev (w/ eslint config adj) (#3388)

This commit is contained in:
Jaco
2023-05-21 12:39:51 +03:00
committed by GitHub
parent 20ec379bba
commit bbbdaa4490
5 changed files with 271 additions and 31 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
// Copyright 2017-2023 @polkadot/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0
export { default } from '@polkadot/dev/config/eslint';
import baseConfig from '@polkadot/dev/config/eslint';
export default [
...baseConfig
];