Skip to content

Commit f0e1aac

Browse files
committed
refactor: Suppress no-unused-modules rule warning
1 parent c77edb5 commit f0e1aac

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/eslint-config-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panates/eslint-config-ts",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "TypeScript rules for Panates ESLint config, following our styleguide",
55
"type": "module",
66
"module": "index.js",
@@ -9,7 +9,7 @@
99
"./package.json": "./package.json"
1010
},
1111
"dependencies": {
12-
"@panates/eslint-config": "^2.0.8"
12+
"@panates/eslint-config": "^2.0.9"
1313
},
1414
"peerDependencies": {
1515
"typescript": ">=5.0.0",

packages/eslint-config/configs/imports-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default [
4242
'import-x/no-named-as-default-member': 'error',
4343

4444
// https://github.com/antfu/eslint-plugin-import-x/blob/master/docs/rules/no-unused-modules.md
45-
'import-x/no-unused-modules': 'error',
45+
// 'import-x/no-unused-modules': 'error',
4646

4747
// This rule forbids the import of modules using absolute paths.
4848
// https://github.com/antfu/eslint-plugin-import-x/blob/master/docs/rules/no-absolute-path.md

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panates/eslint-config",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Rules for Panates ESLint config, following our styleguide",
55
"type": "module",
66
"module": "./index.js",

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panates/tsconfig",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "TypeScript config file, following our rules",
55
"main": "./node.json",
66
"exports": {

0 commit comments

Comments
 (0)