Skip to content

Commit 9b8660b

Browse files
authored
Merge pull request #108 from github/dont-extend-configs-in-configs
Don't extends configs in the browser and internal configs
2 parents 01080b3 + 1fb5c57 commit 9b8660b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lib/configs/browser.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ module.exports = {
1111
'github/no-dataset': 'error',
1212
'github/no-innerText': 'error',
1313
'github/unescaped-html-literal': 'error'
14-
},
15-
extends: [require.resolve('./recommended')]
14+
}
1615
}

lib/configs/internal.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ module.exports = {
44
'github/authenticity-token': 'error',
55
'github/js-class-name': 'error',
66
'github/no-d-none': 'error'
7-
},
8-
extends: [require.resolve('./recommended'), require.resolve('./browser')]
7+
}
98
}

0 commit comments

Comments
 (0)