codeclimate-stylelint icon indicating copy to clipboard operation
codeclimate-stylelint copied to clipboard

A Code Climate engine for the mighty, modern CSS linter

Results 7 codeclimate-stylelint issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes #53 by adding support for the new WordPress stylelint config, which is maintained in the Gutenberg monorepo over here: https://github.com/WordPress/gutenberg/blob/trunk/packages/stylelint-config/README.md Also adds some instructions for adding new tests. It...

Can the newer [@wordpress stylline config package](https://www.npmjs.com/package/@wordpress/stylelint-config) be added? [The previous `styleline-config-wordpress` has been deprecated.](https://www.npmjs.com/package/stylelint-config-wordpress) Though we still use it for many of our older projects that haven't been updated,...

Hello! [Stylelint 14.0 rolled out in october](https://github.com/stylelint/stylelint/commit/060310cfd6383175ee06fe4d15aee27a4e202671) and [14.1 mid november](https://github.com/stylelint/stylelint/commit/9d190899343dfd71967c1d55636d072ea1df94ae) [Here's the migration guide.](https://stylelint.io/migration-guide/to-14) It would be great to support it :pray: Sorry for not submitting a PR, I...

Would it be possible for the `codeclimate-stylelint` to be configured to include `stylelint-config-idiomatic-order`? See: https://github.com/ream88/stylelint-config-idiomatic-order

I am getting the following error: ``` •• Timing: .engineConfig: 0.025s Error: Could not find "stylelint-config-recess-order". Do you need a `configBasedir`? See our documentation at https://docs.codeclimate.com/docs/stylelint for more information. ```...

Adding [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) config instead of using [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) Documentation of [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) recommends using [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) instead of using the plugin directly.