Skip to content

Commit

Permalink
fix: use better micromatch extglobs (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmannejati committed Jul 29, 2020
1 parent b7cfe0a commit a70ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import schema from './options.json';
*/
export default function getOptions(pluginOptions) {
const options = {
files: '**/*.s?(c|a)ss',
files: '**/*.(s(c|a)ss|css)',
formatter: 'string',
stylelintPath: 'stylelint',
...pluginOptions,
Expand Down

0 comments on commit a70ed3d

Please sign in to comment.