blob: f23297cd26b48c9150d9738b5878b1c2d4041b58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
stylelint:
description: CSS linter
# Stylelint infra handles its own path filtering, so just include cwd
include: ['.']
exclude: []
extensions: ['css']
support-files:
- 'package.json'
- 'comm/**/.stylelintrc.js'
- 'comm/.stylelintignore'
- 'tools/lint/stylelint/**'
type: external
stylelint-rc: comm/.stylelintrc.js
payload: commlint:stylelint_wrapper
wraps: stylelint:lint
setup: stylelint:setup
|