Skip to content

Commit

Permalink
disable submodule imports for babel-eslint-config-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 29, 2020
1 parent 775003f commit 0929326
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint/babel-eslint-config-internal/package.json
Expand Up @@ -10,7 +10,12 @@
"url": "https://github.com/babel/babel.git",
"directory": "eslint/babel-eslint-config-internal"
},
"main": "index.js",
"main": "./index.js",
"type": "commonjs",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.10.4",
"eslint-plugin-flowtype": "^3.0.0"
Expand Down

0 comments on commit 0929326

Please sign in to comment.