roots / sage-installer

Sage 9 installer
https://github.com/roots/sage
MIT License
30 stars 85 forks source link

Remove reference to Sage's package.json stylelint config #28

Closed mmirus closed 5 years ago

mmirus commented 5 years ago

Sage moved the Stylelint config from package.json to .stylelintrc.js (https://github.com/roots/sage/pull/2076), but sage-installer currently attempts to directly modify Sage's Stylelint rules in package.json. This PR removes that direct reference.

sage-installer only used this to add / remove Tailwind's custom at-rules. We'll just add them directly to Sage's new Stylelint config instead (reference to follow).

Related bug report: https://discourse.roots.io/t/fresh-build-of-sage-dev-master-failing-with-stylelint-error/14225

retlehs commented 5 years ago

nice one :+1: