orbitdb / orbitdb

Peer-to-Peer Databases for the Decentralized Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a .prettierrc file?

bitcoinbrisbane opened this issue · comments

The project style looks something like this ...

{
	"bracketSpacing": true,
	"endOfLine": "auto",
	"insertPragma": false,
	"printWidth": 80,
	"proseWrap": "preserve",
	"quoteProps": "as-needed",
	"requirePragma": false,
	"semi": false,
	"singleQuote": true,
	"tabWidth": 2,
	"trailingComma": "all",
	"useTabs": true
}
commented

Thanks @bitcoinbrisbane but we'd like to keep the tooling minimal, so we won't be adding prettier to the project at this point. For linting, we use StandardJS.

Closes #1094.