mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
b4130b15da
Differential Revision: https://phabricator.services.mozilla.com/D178532
16 lines
398 B
YAML
16 lines
398 B
YAML
---
|
|
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
|