Skip to content

add stylelint

  • add stylelint to package.json
  • run stylelint on npm run lint
  • run stylelint with --fix parameter on npm run format
  • set same rules as in ui project
  • fixed all stylelint errors in search.css

Merge request reports