Skip to content

Commit

Permalink
kodadot#6708 - changed eslint 'warn' to 'error' & added additional di…
Browse files Browse the repository at this point in the history
…rectories for image import check
  • Loading branch information
thnaylor committed Aug 16, 2023
1 parent 50d178b commit c76b01a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@ module.exports = {
'layouts/**/*.{js,ts,vue}',
'pages/**/*.vue',
'components/**/*.{js,ts,vue}',
'utils/**/*.ts',
'stores/**/*.ts',
'services/**/*.ts',
'plugins/**/*.ts',
'composables/**/*.ts',
],
rules: {
'no-restricted-imports': [
'warn',
'error',
{
patterns: [
{
Expand Down

0 comments on commit c76b01a

Please sign in to comment.