1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 18:26:14 +03:00
css/stylelint.config.cjs

6 lines
114 B
JavaScript
Raw Permalink Normal View History

module.exports = {
extends: ['@primer/stylelint-config'],
ignoreFiles: ['**/*.js', '**/*.cjs'],
rules: {}
}