Skip to content

Commit 812018a

Browse files
committed
Remove unused ESLint rule exclusions for root/static/scripts/external-links-editor/
1 parent 29b3034 commit 812018a

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -957,20 +957,11 @@ export default [
957957
{
958958
files: [
959959
'root/static/scripts/common/components/TagEditor.js',
960-
'root/static/scripts/external-links-editor/components/ExternalLinksEditor.js',
961960
],
962961
rules: {
963962
'react/no-access-state-in-setstate': 'off',
964963
},
965964
},
966-
{
967-
files: [
968-
'root/static/scripts/external-links-editor/components/ExternalLinksEditor.js',
969-
],
970-
rules: {
971-
'react/no-multi-comp': 'off',
972-
},
973-
},
974965
{
975966
files: [
976967
'root/search/components/ArtistResults.js',
@@ -988,11 +979,6 @@ export default [
988979
'root/static/scripts/edit/components/ReleaseMergeStrategy.js',
989980
'root/static/scripts/edit/components/UrlRelationshipCreditFieldset.js',
990981
'root/static/scripts/event/components/EventEditForm.js',
991-
'root/static/scripts/external-links-editor/components/ExternalLink.js',
992-
'root/static/scripts/external-links-editor/components/ExternalLinkRelationship.js',
993-
'root/static/scripts/external-links-editor/components/ExternalLinksEditor.js',
994-
'root/static/scripts/external-links-editor/components/ExternalLinksEditor.js',
995-
'root/static/scripts/external-links-editor/components/URLInputPopover.js',
996982
'root/static/scripts/relationship-editor/components/DialogPreview.js',
997983
],
998984
rules: {
@@ -1007,7 +993,6 @@ export default [
1007993
'root/static/scripts/common/i18n/expand2.js',
1008994
'root/static/scripts/common/utility/cloneDeep.mjs',
1009995
'root/static/scripts/edit/components/withLoadedTypeInfo.js',
1010-
'root/static/scripts/external-links-editor/components/ExternalLinksEditor.js',
1011996
'root/static/scripts/relationship-editor/components/DialogEntityCredit.js',
1012997
'root/static/scripts/relationship-editor/components/DialogTargetType.js',
1013998
'root/static/scripts/relationship-editor/components/RelationshipEditor.js',

0 commit comments

Comments
 (0)