Skip to content

Commit

Permalink
Write Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 1, 2024
1 parent 5f55f6c commit 2d5b0f1
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 17 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import js from "@eslint/js";
import nodePlugin from "eslint-plugin-n";
import tseslint from 'typescript-eslint';

export default [
js.configs.recommended,
nodePlugin.configs["flat/recommended-module"],
...tseslint.configs.recommended,
{
"rules": {
"@typescript-eslint/no-explicit-any": "warn",
"no-console": 0,
"arrow-parens": [ "error", "always" ],
"no-var": "error",
Expand Down
Loading

0 comments on commit 2d5b0f1

Please sign in to comment.