Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Mar 7, 2024
1 parent d5626b5 commit c68b7d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
require("@rushstack/eslint-patch/modern-module-resolution")

const { createSmartConfig } = require("@lshay/eslint-config")

/** @type {import("eslint").Linter.Config} */
module.exports = {
extends: ["@lshay/eslint-config"],
module.exports = createSmartConfig({
overrides: [
{
files: ["*.test.*"],
Expand Down Expand Up @@ -32,4 +33,4 @@ module.exports = {
},
},
},
}
})

0 comments on commit c68b7d8

Please sign in to comment.