| @@ -1,5 +1,4 @@ | ||
| 1 | -// eslint-disable-next-line no-undef | |
| 2 | 1 | module.exports = { |
| 3 | 2 | trailingComma: 'all', |
| 4 | 3 | tabWidth: 4, |
| 5 | 4 | semi: true, |
| @@ -4,9 +3,8 @@ | ||
| 4 | 3 | tabWidth: 4, |
| 5 | 4 | semi: true, |
| 6 | 5 | singleQuote: true, |
| 7 | 6 | bracketSameLine: true, |
| 8 | - plugins: ['@trivago/prettier-plugin-sort-imports'], | |
| 9 | 7 | importOrder: ['^@wordpress/(.*)$', '<THIRD_PARTY_MODULES>', '^[./]'], |
| 10 | 8 | overrides: [ |
| 11 | 9 | { |
| 12 | 10 | files: ['**/*.html'], |