Skip to content

Commit

Permalink
Merge pull request #22 from nextcloud/fix/js-ts-ignore
Browse files Browse the repository at this point in the history
Do not lint js and ts files
  • Loading branch information
ChristophWurst authored Dec 21, 2021
2 parents d986625 + 0c3d61b commit eb638ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
'stylelint-config-recommended-scss',
'stylelint-config-recommended-vue',
],
ignoreFiles: ['**/*.js', '**/*.ts'],
rules: {
indentation: 'tab',
'selector-type-no-unknown': null,
Expand Down

0 comments on commit eb638ad

Please sign in to comment.