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.
2 parents 322970a + 0060df7 commit 0e50840Copy full SHA for 0e50840
index.js
@@ -9,8 +9,8 @@
9
* @interface
10
*/
11
export class WebPluginInterface {
12
- constructor () {
13
- console.log('implement abstract constructor');
+ constructor () { // eslint-disable-line no-useless-constructor
+ // code
14
}
15
16
bootstrap () {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-plugin-interface",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments