Skip to content

Commit 59c6687

Browse files
Merge branch 'master' into change-legend-palette-colors
2 parents 4cc3543 + 8a01d86 commit 59c6687

File tree

390 files changed

+15115
-5384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

390 files changed

+15115
-5384
lines changed

.eslintrc.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,14 +1288,19 @@ module.exports = {
12881288
* Osquery overrides
12891289
*/
12901290
{
1291-
extends: ['eslint:recommended', 'plugin:react/recommended'],
1292-
plugins: ['react'],
1291+
extends: [
1292+
'eslint:recommended',
1293+
'plugin:react/recommended',
1294+
'plugin:@typescript-eslint/recommended',
1295+
],
1296+
plugins: ['react', '@typescript-eslint'],
12931297
files: ['x-pack/plugins/osquery/**/*.{js,mjs,ts,tsx}'],
12941298
rules: {
12951299
'arrow-body-style': ['error', 'as-needed'],
12961300
'prefer-arrow-callback': 'error',
12971301
'no-unused-vars': 'off',
12981302
'react/prop-types': 'off',
1303+
'@typescript-eslint/explicit-module-boundary-types': 'off',
12991304
},
13001305
},
13011306
{

0 commit comments

Comments
 (0)