Skip to content

Commit

Permalink
♻️ Fix Explicit Typing for eslint.config.js
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 6, 2024
1 parent 0093cfa commit 74ffa3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const tseslint = require("typescript-eslint");
const eslintConfigPrettier = require("eslint-config-prettier");
/* eslint-enable @typescript-eslint/no-require-imports */

/** @type {import("eslint").Linter.Config} */
module.exports = tseslint.config(
{
files: ["**/*.{js,ts}"],
Expand Down

0 comments on commit 74ffa3e

Please sign in to comment.