Skip to content

Commit b6a9e5c

Browse files
authored
Move eslint-config-love to extends section (#345)
1 parent e9150fb commit b6a9e5c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

index.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,12 @@
88
*/
99
const config = {
1010
extends: [
11+
'love',
1112
'plugin:unicorn/recommended',
1213
'plugin:sonarjs/recommended',
1314
'plugin:@eslint-community/eslint-comments/recommended'
1415
],
1516
overrides: [
16-
// For JavaScript/TypeScript
17-
{
18-
files: [
19-
'*.js',
20-
'*.jsx',
21-
'*.ts',
22-
'*.tsx'
23-
],
24-
extends: 'love'
25-
},
2617
// For JavaScript
2718
{
2819
files: [

0 commit comments

Comments
 (0)