openwrt-firmware-selector/.prettierrc
Sudhanshu Gautam ce4d2e1436 Add prettier support
Add prettier and bind it with eslint.
Also add pre-commit hook to prettify before commit

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
2019-09-02 02:34:41 +05:30

4 lines
No EOL
51 B
Text

{
"singleQuote": true,
"trailingComma": "es5"
}