.prettierignore

This commit is contained in:
Jaco Greeff
2021-06-08 18:05:18 +03:00
parent a55a835504
commit 89dec0bc0b
2 changed files with 7 additions and 0 deletions

3
.prettierignore Normal file
View File

@@ -0,0 +1,3 @@
build
coverage
packages

4
.prettierrc.cjs Normal file
View File

@@ -0,0 +1,4 @@
// Copyright 2017-2021 @polkadot/api authors & contributors
// SPDX-License-Identifier: Apache-2.0
module.exports = require('@polkadot/dev/config/prettier.cjs');