Skip to content

Commit

Permalink
Integrat the ESLint plugin eslint-plugin-optimal-modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent 1490df4 commit 4a60069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
@@ -1,5 +1,5 @@
{
"extends": ["eslint:recommended"],
"extends": ["eslint:recommended", "plugin:optimal-modules/recommended"],
"env": {
"es2022": true,
"node": true,
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -65,6 +65,7 @@

- Updated dev dependencies.
- Simplified dev dependencies and config for ESLint.
- Integrated the ESLint plugin [`eslint-plugin-optimal-modules`](https://npm.im/eslint-plugin-optimal-modules).
- Check TypeScript types via a new package `types` script.
- 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.
- Updated GitHub Actions CI config:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
"coverage-node": "^8.0.0",
"esbuild": "^0.19.5",
"eslint": "^8.52.0",
"eslint-plugin-optimal-modules": "^1.0.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 4a60069

Please sign in to comment.