seek-oss / sku

Front-end development toolkit

Home Page:https://seek-oss.github.io/sku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prettier editor plugins don't honour version

mattcompiles opened this issue · comments

Currently sku handles formatting with prettier for you and therefore owns the version of prettier. Most editors will honour your version of prettier per project by looking at the package.json. This clashes with sku though as the editor doesn't see prettier as a direct dependency of the app your working on and therefore uses its own internal version (which can differ).

Prettier configuration files are now created on sku configure.
This is automatically ran on post-install.