diff options
Diffstat (limited to 'comm/tools/lint/stylelint.yml')
-rw-r--r-- | comm/tools/lint/stylelint.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/comm/tools/lint/stylelint.yml b/comm/tools/lint/stylelint.yml new file mode 100644 index 0000000000..f23297cd26 --- /dev/null +++ b/comm/tools/lint/stylelint.yml @@ -0,0 +1,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 |