Background
As of v0.2.2, Codex is coming with .stylelintrc in JSON form as default. JSON isn't overly helpful when it comes to comments/documentation
And our Stylelint config is growing
Goal
To make the Codex Stylelint configuration more developer experience friendly, we should change it over to JavaScript, where
inline comments can be provided without twisting arms and legs. ESLint configuration is already in JS.