Files
TheGame/.prettierrc.json
dan13ram d5844dd8db Skills Selector (#124)
* skills map in context

* using react-select

* removed sudo from package.json

* fixed lint and format issues
2020-09-29 21:21:13 -06:00

7 lines
99 B
JSON

{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}