chore: cleanup config files
This commit is contained in:
parent
318a821e6b
commit
0e74e43b91
5 changed files with 19 additions and 21 deletions
16
prettier.config.js
Normal file
16
prettier.config.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @type {import("prettier").Config}
|
||||
*/
|
||||
export default {
|
||||
semi: true,
|
||||
trailingComma: "all",
|
||||
singleQuote: false,
|
||||
printWidth: 120,
|
||||
tabWidth: 2,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue