snt-voting/.prettierrc
Anshuman Verma 28e3fb20d2 Add linting rules, with husky and prettier (#64)
* Add linting rules, with husky and prettier

* Update lint-staged path

* final
2019-02-18 17:55:21 +00:00

8 lines
130 B
Plaintext

trailingComma: "none"
printWidth: 120
useTabs: false
semi: true
arrowParens: "avoid"
tabWidth: 2
endOfLine: "lf"
singleQuote: true