Skip to content

Commit

Permalink
Move eslint-config-love to extends section (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp authored Apr 14, 2024
1 parent e9150fb commit b6a9e5c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,12 @@
*/
const config = {
extends: [
'love',
'plugin:unicorn/recommended',
'plugin:sonarjs/recommended',
'plugin:@eslint-community/eslint-comments/recommended'
],
overrides: [
// For JavaScript/TypeScript
{
files: [
'*.js',
'*.jsx',
'*.ts',
'*.tsx'
],
extends: 'love'
},
// For JavaScript
{
files: [
Expand Down

0 comments on commit b6a9e5c

Please sign in to comment.