Skip to content

Commit

Permalink
Merge pull request #177 from foretagsplatsen/37849678/Use_ESM_in_yaem…
Browse files Browse the repository at this point in the history
…_s_eslint_configuration

37849678: Use ESM in yaem's eslint configuration
  • Loading branch information
DamienCassou authored Jun 18, 2024
2 parents c2b0b4b + 016d8b5 commit a64af5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint.config.cjs → eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const finsitPlugin = require("@foretagsplatsen/eslint-plugin");
import finsitPlugin from "@foretagsplatsen/eslint-plugin";

module.exports = [
export default [
...finsitPlugin.configs.main,
{ ignores: ["coverage/"] },
{
Expand All @@ -11,7 +11,7 @@ module.exports = [
unusedExports: true,
missingExports: true,
ignoreExports: [
"eslint.config.cjs",
"eslint.config.js",
"vitest.config.js",
".eslintrc.cjs",
"index.js",
Expand Down

0 comments on commit a64af5c

Please sign in to comment.