Skip to content

Commit 4a60069

Browse files
committed
Integrat the ESLint plugin eslint-plugin-optimal-modules.
1 parent 1490df4 commit 4a60069

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["eslint:recommended"],
2+
"extends": ["eslint:recommended", "plugin:optimal-modules/recommended"],
33
"env": {
44
"es2022": true,
55
"node": true,

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

6666
- Updated dev dependencies.
6767
- Simplified dev dependencies and config for ESLint.
68+
- Integrated the ESLint plugin [`eslint-plugin-optimal-modules`](https://npm.im/eslint-plugin-optimal-modules).
6869
- Check TypeScript types via a new package `types` script.
6970
- Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.
7071
- Updated GitHub Actions CI config:

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"coverage-node": "^8.0.0",
5555
"esbuild": "^0.19.5",
5656
"eslint": "^8.52.0",
57+
"eslint-plugin-optimal-modules": "^1.0.2",
5758
"eslint-plugin-simple-import-sort": "^10.0.0",
5859
"graphql": "^16.8.1",
5960
"graphql-tag": "^2.12.6",

0 commit comments

Comments
 (0)