mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
[Dev] Adds .devcontainer manifest to help promote contributions (#342)
* Added a devcontainer file * linting * Added link to README
This commit is contained in:
parent
2326775d78
commit
23492961d5
7 changed files with 16 additions and 5 deletions
13
.prettierrc.js
Normal file
13
.prettierrc.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
jsxSingleQuote: false,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: true,
|
||||
arrowParens: 'always',
|
||||
requirePragma: false,
|
||||
endOfLine: 'lf'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue