Skip to content

Commit

Permalink
Switch to cjs for testing. See yarnpkg/berry#6219
Browse files Browse the repository at this point in the history
  • Loading branch information
qwell committed Apr 20, 2024
1 parent bd7b9b4 commit a0d2d61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eslint.config.js → eslint.config.cjs
@@ -1,9 +1,9 @@
import globals from "globals";
import js from "@eslint/js";
import prettierRecommended from "eslint-plugin-prettier/recommended";
import prettierConfig from "eslint-config-prettier";
const globals = require("globals");
const js = require("@eslint/js");
const prettierRecommended = require("eslint-plugin-prettier/recommended");
const prettierConfig = require("eslint-config-prettier");

export default [
module.exports = [
js.configs.recommended,
prettierRecommended,
prettierConfig,
Expand Down

0 comments on commit a0d2d61

Please sign in to comment.