Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
overrides: [
{
files: ['*.js', '*.ts'],
extends: 'eslint-config-standard-with-typescript',
Copy link
Author

@JounQin JounQin Apr 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's requiring a removed .eslintrc.json and has been deprecated, eslint-config-love is the successor.

extends: 'love',
parserOptions: {
project: './tsconfig.json'
}
Expand Down
Loading