Skip to content

Commit a70ed3d

Browse files
authored
fix: use better micromatch extglobs (#216)
1 parent b7cfe0a commit a70ed3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/getOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import schema from './options.json';
2424
*/
2525
export default function getOptions(pluginOptions) {
2626
const options = {
27-
files: '**/*.s?(c|a)ss',
27+
files: '**/*.(s(c|a)ss|css)',
2828
formatter: 'string',
2929
stylelintPath: 'stylelint',
3030
...pluginOptions,

0 commit comments

Comments
 (0)