Skip to content

Commit

Permalink
Update Peggy to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 13, 2024
1 parent ef36eda commit 1453cf5
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 149 deletions.
14 changes: 0 additions & 14 deletions .eslintrc.cjs

This file was deleted.

20 changes: 20 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"use strict";

module.exports = [
{
ignores: [
"out/**",
"server/out/**",
],
},
{
...require("@peggyjs/eslint-config/flat/js"),
languageOptions: {
globals: require("@peggyjs/eslint-config/flat/globals").node,
ecmaVersion: 2022,
sourceType: "commonjs",
},
},
require("@peggyjs/eslint-config/flat/mocha"),
require("@peggyjs/eslint-config/flat/ts"),
];
Loading

0 comments on commit 1453cf5

Please sign in to comment.