All the goodies
- https://github.com/airbnb/javascript
- https://www.npmjs.com/package/eslint-config-airbnb
- https://prettier.io/docs/en/ (https://prettier.io/docs/en/comparison.html)
- https://github.com/mrmlnc/vscode-postcss-sorting
- https://github.com/wesbos/cobalt2-vscode
- https://github.com/ronnidc/vscode-nunjucks
- https://github.com/GingerBear/vscode-liquid
...
// Production Requirements - Blendid + Inuitcss
yarn init
yarn add blendid inuitcss sass-fonts
yarn run blendid init
// Development Requirements - Linting - prettier with eslint + stylelint
yarn add -D prettier eslint eslint-config-prettier eslint-plugin-prettier stylelint stylelint-scss stylelint-order stylelint-config-prettier
(export PKG=eslint-config-airbnb; npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add -D "$PKG@latest")