Skip to content

Commit

Permalink
chore: use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Aug 23, 2023
1 parent b044f93 commit b0b86b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"use strict";

const eslintConfig = require("eslint-config-eslint");
const eslintConfigESLintCJS = require("eslint-config-eslint/cjs");
const globals = require("globals");

module.exports = [
{
ignores: ["tests/fixtures/"]
},
...eslintConfig,
...eslintConfigESLintCJS,
{
files: ["tests/**/*"],
languageOptions: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^8.45.0",
"eslint-config-eslint": "^8.0.0",
"eslint-config-eslint": "^9.0.0",
"eslint-release": "^1.0.0",
"globals": "^13.20.0",
"mocha": "^2.5.3"
Expand Down

0 comments on commit b0b86b0

Please sign in to comment.