We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dd383 commit ca8da29Copy full SHA for ca8da29
packages/eslint-config-ts/index.js
packages/eslint-config-ts/package.json
@@ -1,8 +1,10 @@
1
{
2
"name": "@dotmh/eslint-config-ts",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "A ESLint file for all DotMH Typescript projects",
5
- "main": "index.js",
+ "main": "./eslint.config.mjs",
6
+ "type": "module",
7
+ "exports": "./eslint.config.mjs",
8
"scripts": {
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
0 commit comments