Skip to content

Commit

Permalink
chore: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 11, 2024
1 parent 98bb0de commit 5634fe6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions {{ .ProjectSnake }}/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* eslint-env node */
module.exports = {
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint/eslint-plugin"],
root: true,
};
2 changes: 2 additions & 0 deletions {{ .ProjectSnake }}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# See https://docs.astral.sh/ruff/configuration/
[tool.ruff]

0 comments on commit 5634fe6

Please sign in to comment.