Skip to content

Commit

Permalink
chore: formatted '.eslintrc.cjs' file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed Apr 28, 2024
1 parent 432a81f commit e3862ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module.exports = {
overrides: [
{
files: ["*.ts"],
extends: "love",
files: ['*.ts'],
extends: 'love',
rules: {
"@typescript-eslint/space-before-function-paren": "off",
"@typescript-eslint/explicit-function-return-type": "off",
},
},
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/explicit-function-return-type': 'off'
}
}
],
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
},
};
ecmaVersion: 'latest',
sourceType: 'module'
}
}

0 comments on commit e3862ea

Please sign in to comment.