File tree 3 files changed +107
-86
lines changed
3 files changed +107
-86
lines changed Original file line number Diff line number Diff line change 2
2
const { defineConfig } = require ( 'eslint-define-config' ) ;
3
3
const { readGitignoreFiles } = require ( 'eslint-gitignore' ) ;
4
4
5
+ /// <reference types="@eslint-types/deprecation" />
6
+ /// <reference types="@eslint-types/jsdoc" />
7
+ /// <reference types="@eslint-types/prettier" />
8
+ /// <reference types="@eslint-types/typescript-eslint" />
9
+ /// <reference types="@eslint-types/unicorn" />
10
+
5
11
module . exports = defineConfig ( {
6
12
ignorePatterns : [
7
13
...readGitignoreFiles ( ) ,
Original file line number Diff line number Diff line change 89
89
"devDependencies" : {
90
90
"@actions/github" : " ~6.0.0" ,
91
91
"@algolia/client-search" : " ~4.19.1" ,
92
+ "@eslint-types/deprecation" : " 2.0.0-1" ,
93
+ "@eslint-types/jsdoc" : " ~46.9.0" ,
94
+ "@eslint-types/prettier" : " 5.0.1-1" ,
95
+ "@eslint-types/typescript-eslint" : " ~6.11.0" ,
96
+ "@eslint-types/unicorn" : " ~49.0.0" ,
92
97
"@types/markdown-it" : " ~13.0.6" ,
93
98
"@types/node" : " ~20.9.0" ,
94
99
"@types/sanitize-html" : " ~2.9.4" ,
104
109
"esbuild" : " ~0.19.5" ,
105
110
"eslint" : " ~8.53.0" ,
106
111
"eslint-config-prettier" : " ~9.0.0" ,
107
- "eslint-define-config" : " ~1.24.1 " ,
112
+ "eslint-define-config" : " ~2.0.0 " ,
108
113
"eslint-gitignore" : " ~0.1.0" ,
109
114
"eslint-plugin-deprecation" : " ~2.0.0" ,
110
115
"eslint-plugin-jsdoc" : " ~46.9.0" ,
You can’t perform that action at this time.
0 commit comments