pidgin/nest

I think with this I've addressed every comment in the initial PR.
rekkanoryo/theming-page-migration
2020-06-07, John Bailey
99ec81a41030
I think with this I've addressed every comment in the initial PR.

I also found a few other things to fix.
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}