aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/stylelint.config.js
blob: 23c951f0df74ea43e060d3dacf780bea125c15fe (plain)
1
2
3
4
5
6
7
8
/*
 * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

module.exports = {
  extends: '@jetbrains/stylelint-config',
  rules: {}
};