We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a61a64 commit 9229ebfCopy full SHA for 9229ebf
2 files changed
esdoc.json
@@ -11,7 +11,8 @@
11
"type": "mocha",
12
"source": "./test"
13
},
14
- "plugins": [
15
- {"name": "esdoc-es7-plugin"}
16
- ]
+ "experimentalProposal": {
+ "classProperties": true,
+ "objectRestSpread": true
17
+ }
18
}
package.json
@@ -124,7 +124,6 @@
124
"coveralls": "^2.11.16",
125
"cross-env": "^3.1.4",
126
"esdoc": "^0.5.2",
127
- "esdoc-es7-plugin": "0.0.3",
128
"eslint": "^3.15.0",
129
"eslint-config-airbnb-base": "^11.1.0",
130
"eslint-plugin-import": "^2.2.0",
0 commit comments