Prettier ignore all (#1007)

This commit is contained in:
Jaco
2021-06-08 18:04:13 +03:00
committed by GitHub
parent f576b99c5c
commit 770446c052
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/dev authors & contributors
// SPDX-License-Identifier: Apache-2.0
module.exports = require('@polkadot/dev/config/prettier.cjs');