Skip to content

Commit abd3551

Browse files
Merge branch 'master' into fix/72875
2 parents e7be705 + 7b807b7 commit abd3551

File tree

123 files changed

+3102
-1525
lines changed

Some content is hidden

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

123 files changed

+3102
-1525
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ target
3939
/x-pack/legacy/plugins/maps/public/vendor/**
4040

4141
# package overrides
42-
/packages/eslint-config-kibana
42+
/packages/elastic-eslint-config-kibana
4343
/packages/kbn-interpreter/src/common/lib/grammar.js
4444
/packages/kbn-plugin-generator/template
4545
/packages/kbn-pm/dist

.eslintrc.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ module.exports = {
9494
'jsx-a11y/no-onchange': 'off',
9595
},
9696
},
97-
{
98-
files: ['src/plugins/es_ui_shared/**/*.{js,mjs,ts,tsx}'],
99-
rules: {
100-
'react-hooks/exhaustive-deps': 'off',
101-
},
102-
},
10397
{
10498
files: ['src/plugins/kibana_react/**/*.{js,mjs,ts,tsx}'],
10599
rules: {
@@ -125,25 +119,12 @@ module.exports = {
125119
'jsx-a11y/click-events-have-key-events': 'off',
126120
},
127121
},
128-
{
129-
files: ['x-pack/legacy/plugins/index_management/**/*.{js,mjs,ts,tsx}'],
130-
rules: {
131-
'react-hooks/exhaustive-deps': 'off',
132-
'react-hooks/rules-of-hooks': 'off',
133-
},
134-
},
135122
{
136123
files: ['x-pack/plugins/ml/**/*.{js,mjs,ts,tsx}'],
137124
rules: {
138125
'react-hooks/exhaustive-deps': 'off',
139126
},
140127
},
141-
{
142-
files: ['x-pack/legacy/plugins/snapshot_restore/**/*.{js,mjs,ts,tsx}'],
143-
rules: {
144-
'react-hooks/exhaustive-deps': 'off',
145-
},
146-
},
147128

148129
/**
149130
* Files that require Apache 2.0 headers, settings

docs/developer/getting-started/running-kibana-advanced.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you’re installing dependencies and seeing an error that looks
4848
something like
4949

5050
....
51-
Unsupported URL Type: link:packages/eslint-config-kibana
51+
Unsupported URL Type: link:packages/elastic-eslint-config-kibana
5252
....
5353

5454
you’re likely running `npm`. To install dependencies in {kib} you

packages/eslint-config-kibana/README.md renamed to packages/elastic-eslint-config-kibana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eslint-config-kibana
1+
# elastic-eslint-config-kibana
22

33
The eslint config used by the kibana team
44

packages/eslint-config-kibana/package.json renamed to packages/elastic-eslint-config-kibana/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"main": ".eslintrc.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/elastic/eslint-config-kibana.git"
8+
"url": "git+https://github.com/elastic/kibana.git"
99
},
1010
"keywords": [],
1111
"author": "Spencer Alger <email@spalger.com>",
1212
"license": "Apache-2.0",
1313
"bugs": {
14-
"url": "https://github.com/elastic/kibana/tree/master/packages/eslint-config-kibana"
14+
"url": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana"
1515
},
16-
"homepage": "https://github.com/elastic/kibana/tree/master/packages/eslint-config-kibana",
16+
"homepage": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana",
1717
"peerDependencies": {
1818
"@typescript-eslint/eslint-plugin": "^3.10.0",
1919
"@typescript-eslint/parser": "^3.10.0",

0 commit comments

Comments
 (0)