Add eslint config and fix linting issues

This commit is contained in:
Pedro Lopez
2020-02-02 14:50:04 -04:00
parent 8eb461ed32
commit cc477f9545
11 changed files with 1047 additions and 124 deletions

View File

@@ -14,7 +14,7 @@ class Base {
_clone() {
return Object.assign(Object.create(this), this);
}
}
_patch(data) { return data; }
}