Skip to content

Commit

Permalink
style: use eslint-config-love (#106)
Browse files Browse the repository at this point in the history
https://www.npmjs.com/package/eslint-config-standard-with-typescript is
deprecate.
use https://www.npmjs.com/package/eslint-config-love instead

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed May 21, 2024
1 parent bb34da3 commit e16461f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ module.exports = {
{
files: ['*.ts'],
extends: [
/** @see https://github.com/standard/ts-standard */
'standard-with-typescript'
/** @see https://www.npmjs.com/package/eslint-config-love */
'love'
],
parserOptions: {
project: './tsconfig.json'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@yarnpkg/builder": "4.1.1",
"c8": "^9.1.0",
"eslint": "8.57.0",
"eslint-config-love": "43.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down

0 comments on commit e16461f

Please sign in to comment.