Stephen Edgar
Stephen Edgar
Yeah, `$GOPATH` I think is your issue here, I've done the same, about a week ago I installed Go to try this out and have hacked my way through manually...
Thanks, I've fired it up again and I'll let it run and see what happens 😬
Referencing the original stylelint report here: https://github.com/stylelint/stylelint/issues/1495
A quick hack: 1. Fork the `Afterglow-markdown.tmTheme` file to `Afterglow-json.tmTheme` 2. Copy/move the `Afterglow-json.tmTheme` file to `/Users/netweb/Library/Application Support/Sublime Text 3/Packages/Theme - Afterglow` 3. Replace the markdown `dict` sections with JSON...
I'd love to get this updated for v2.0 of the WP-API also, I'd also love to get this merged into bbPress :) bbPress has not yet had a "featured plugin"...
The bbPress team hasn't had any offical discussions about a BBP-API but I'm hoping this will change soon, I'll try to kick things off next week sometime. Yesterday the BuddyPress...
1. Clone a repo you have control of 2. Run `npm install np --save-dev` 3. On the repo on GitHub create a PR with a minor change and merge the...
Looking at the ESLInt `--rule` docs could stylelint do the same: > `stylelint --rule 'quotes: [2, double]' --no-stylelintrc` That brings parity of ESLint to stylelint, also allows only a single...
Also note that without the `--no-eslintrc` flag any rules specified are merged into any existing configurations
Sounds worth exploring, should we also consider aligning stylelint caching with ESLint caching? > https://eslint.org/docs/user-guide/command-line-interface#caching