Skip to content

Commit

Permalink
CI: Upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Jan 31, 2025
1 parent e39d32a commit 8bb2505
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"always"
],
"indent": "error",
"linebreak-style": [
"error",
"unix"
],
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": [
"error",
Expand All @@ -44,7 +48,7 @@
"**/*.config.toml"
],
"devDependencies": {
"eslint": "^8.45.0",
"eslint-plugin-toml": "^0.5.0"
"eslint": "latest",
"eslint-plugin-toml": "latest"
}
}

0 comments on commit 8bb2505

Please sign in to comment.