Skip to content

Commit a50d1ed

Browse files
committed
chore: cleanup dev-deps
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e8415f4 commit a50d1ed

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

eslint.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ import { default as baseCfg, globals } from './tools/code-style/eslint.config.mj
2525
const __filename = fileURLToPath(import.meta.url)
2626
const __dirname = path.dirname(__filename)
2727

28-
/* eslint-disable jsdoc/valid-types */
28+
/* eslint-disable jsdoc/valid-types -- type-import not supported yet */
2929

3030
/**
31-
* @type {import('@types/eslint').Linter.FlatConfig[]}
32-
* @see {@link https://eslint.org/}
31+
* @type {import('./tools/code-style/node_modules/eslint').Linter.Config[]}
32+
* @see https://eslint.org/
3333
*/
3434
export default [
3535
...baseCfg,

tools/code-style/eslint.config.mjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ const __filename = fileURLToPath(import.meta.url)
3535
const __dirname = path.dirname(__filename)
3636
const projectRoot = path.dirname(path.dirname(__dirname))
3737

38-
/* eslint-disable jsdoc/valid-types */
39-
4038
const licenseHeaderFile = path.join(projectRoot, '.license-header.js')
4139

40+
/* eslint-disable jsdoc/valid-types -- type-import not supported yet */
41+
4242
/**
43-
* @type {import('@types/eslint').Linter.FlatConfig[]}
44-
* @see {@link https://eslint.org/}
43+
* @type {import('eslint').Linter.Config[]}
44+
* @see https://eslint.org/
4545
*/
4646
export default [
4747
{

tools/code-style/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"node": ">=20.18"
77
},
88
"dependencies": {
9-
"@eslint/eslintrc": "3.3.0",
109
"@eslint/js": "9.22.0",
11-
"@types/eslint": "^9.6.1",
1210
"eslint": "9.14.0",
1311
"eslint-config-love": "119.0.0",
1412
"eslint-plugin-editorconfig": "4.0.3",

0 commit comments

Comments
 (0)