Skip to content

Commit

Permalink
chore(deps): update eslint-define-config (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Nov 20, 2023
1 parent 0ee1c67 commit 9ac8854
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 86 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
const { defineConfig } = require('eslint-define-config');
const { readGitignoreFiles } = require('eslint-gitignore');

/// <reference types="@eslint-types/deprecation" />
/// <reference types="@eslint-types/jsdoc" />
/// <reference types="@eslint-types/prettier" />
/// <reference types="@eslint-types/typescript-eslint" />
/// <reference types="@eslint-types/unicorn" />

module.exports = defineConfig({
ignorePatterns: [
...readGitignoreFiles(),
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"devDependencies": {
"@actions/github": "~6.0.0",
"@algolia/client-search": "~4.19.1",
"@eslint-types/deprecation": "2.0.0-1",
"@eslint-types/jsdoc": "~46.9.0",
"@eslint-types/prettier": "5.0.1-1",
"@eslint-types/typescript-eslint": "~6.11.0",
"@eslint-types/unicorn": "~49.0.0",
"@types/markdown-it": "~13.0.6",
"@types/node": "~20.9.0",
"@types/sanitize-html": "~2.9.4",
Expand All @@ -104,7 +109,7 @@
"esbuild": "~0.19.5",
"eslint": "~8.53.0",
"eslint-config-prettier": "~9.0.0",
"eslint-define-config": "~1.24.1",
"eslint-define-config": "~2.0.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"eslint-plugin-jsdoc": "~46.9.0",
Expand Down
Loading

0 comments on commit 9ac8854

Please sign in to comment.