mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[Cases] Enforce type imports (#142428)
* [Cases] enforce type imports ESLint's --fix did the heavy lifting here * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' * fix remaining rule violation * fix remaining rule violation Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
9360a4e5dd
commit
e46da93553
381 changed files with 1070 additions and 942 deletions
|
@ -1111,7 +1111,10 @@ module.exports = {
|
|||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['x-pack/plugins/security_solution/**/*.{js,mjs,ts,tsx}'],
|
||||
files: [
|
||||
'x-pack/plugins/security_solution/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/plugins/cases/public/**/*.{js,mjs,ts,tsx}',
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue