mirror of
https://github.com/searxng/searxng.git
synced 2026-01-13 18:15:30 +00:00
* [upd] web-client (simple): Bump stylelint-config-standard-less Bumps [stylelint-config-standard-less](https://github.com/stylelint-less/stylelint-less/tree/HEAD/packages/stylelint-config-standard-less) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/stylelint-less/stylelint-less/releases) - [Changelog](https://github.com/stylelint-less/stylelint-less/blob/main/packages/stylelint-config-standard-less/CHANGELOG.md) - [Commits](https://github.com/stylelint-less/stylelint-less/commits/stylelint-config-standard-less@4.0.1/packages/stylelint-config-standard-less) --- updated-dependencies: - dependency-name: stylelint-config-standard-less dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [fix] themes: rebuild static --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
20 lines
657 B
JSON
20 lines
657 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/stylelintrc.json",
|
|
"plugins": ["stylelint-prettier"],
|
|
"extends": ["stylelint-config-standard-less"],
|
|
"rules": {
|
|
"at-rule-no-vendor-prefix": null,
|
|
"at-rule-prelude-no-invalid": null,
|
|
"declaration-empty-line-before": null,
|
|
"declaration-property-value-no-unknown": null,
|
|
"no-invalid-position-at-import-rule": null,
|
|
"prettier/prettier": true,
|
|
"property-no-vendor-prefix": null,
|
|
"selector-attribute-quotes": null,
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null,
|
|
"selector-no-vendor-prefix": null,
|
|
"shorthand-property-no-redundant-values": null
|
|
}
|
|
}
|