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