mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
Migrate to .prettierrc.js, and add dist to .prettierignore
This commit is contained in:
parent
ddaea9b86a
commit
a630d54c83
2 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
pnpm-lock.yaml
|
||||
README.md
|
||||
tsconfig.json
|
||||
tests/
|
||||
tests/
|
||||
dist/
|
11
.prettierrc.js
Normal file
11
.prettierrc.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* @type {import("prettier").Config}
|
||||
*/
|
||||
const config = {
|
||||
trailingComma: "es6",
|
||||
useTabs: true,
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
};
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue