Skip to content

Commit

Permalink
Added js.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Oct 30, 2019
1 parent 282a619 commit e64b07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ module.exports = {
'!src/core/server/*.test.mocks.ts',

'src/plugins/**/public/**/*',
'!src/plugins/**/public/index.{ts,tsx}',
'!src/plugins/**/public/index.{js,ts,tsx}',

'src/plugins/**/server/**/*',
'!src/plugins/**/server/index.{ts,tsx}',
'!src/plugins/**/server/index.{js,ts,tsx}',
],
allowSameFolder: true,
},
Expand Down

0 comments on commit e64b07f

Please sign in to comment.