Skip to content

Commit

Permalink
fix flags to update to eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Oct 22, 2024
1 parent b2977ab commit 1fd83b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "vitest",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --ext .ts,.tsx",
"lint": "eslint .",
"generate-docs": "typedoc"
},
"dependencies": {
Expand All @@ -45,4 +45,4 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0"
}
}
}

0 comments on commit 1fd83b7

Please sign in to comment.