Skip to content

Commit

Permalink
Do not lint js and ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 21, 2021
1 parent d986625 commit 0c3d61b
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 0c3d61b

Please sign in to comment.