We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb0f48 commit 0018881Copy full SHA for 0018881
eslint/babel-eslint-parser/package.json
@@ -30,6 +30,7 @@
30
"devDependencies": {
31
"@babel/core": "^7.2.0",
32
"@babel/eslint-shared-fixtures": "*",
33
+ "dedent": "^0.7.0",
34
"eslint": "^6.0.1",
35
"lodash.clonedeep": "^4.5.0"
36
}
package.json
@@ -14,6 +14,7 @@
14
"@babel/core": "^7.8.4",
15
"@babel/eslint-plugin-development": "^1.0.1",
16
"@babel/plugin-proposal-class-properties": "^7.8.3",
17
+ "@babel/plugin-proposal-dynamic-import": "^7.8.3",
18
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
19
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
20
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
0 commit comments