Skip to content

Commit

Permalink
fix: disable javascript files
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Oct 30, 2021
1 parent 7b1d532 commit f91721a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ module.exports = {
'node_modules/**/*',
'dist/**/*',
'public/**/*',
'**/*.js',
'**/*.jsx',
'**/*.ts',
'**/*.tsx',
],
plugins: [
'stylelint-order',
Expand Down

0 comments on commit f91721a

Please sign in to comment.