Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 23, 2024
1 parent 71b67b6 commit 3072b6b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,25 @@ const eslintConfig = {
'import/no-extraneous-dependencies': 'off',
'import/no-unresolved': 'off',
'import/named': 'off',
// 'prettier/prettier': 'warn', // Disabling prettier warnings until configured how we want
'@wordpress/i18n-text-domain': [
'error',
{
allowedTextDomain: ['kadence-blocks'],
},
],
},
ignorePatterns: [
'node_modules/',
'dist/',
'build/',
'vendor/',
'gulp/',
'src/plugin.js',
'src/packages/',
'src/plugin.js', // From here down we should work on removing these ignores
'src/assets/',
'src/config/',
'src/dashboard/',
'src/extension/',
'src/packages/',
'src/plugins/',
'src/settings/',
'src/blocks/accordion/',
Expand Down

0 comments on commit 3072b6b

Please sign in to comment.