Skip to content

Commit

Permalink
refactor: one more pass of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Sep 10, 2023
1 parent 464a950 commit dc66566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { error } = require("node:console");

/** @type {import('eslint').Linter.Config} */
module.exports = {
env: {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"strict": true,
"lib": ["es6"]
},
"include": ["src"],
"include": ["src", ".eslintrc.js"],
"exclude": ["node_modules"]
}

0 comments on commit dc66566

Please sign in to comment.