changed to pre-commit
This commit is contained in:
11
src/Operations.js
Normal file
11
src/Operations.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* @flow */
|
||||
|
||||
class Operation { //eslint-disable-line no-unused-vars
|
||||
i : number;
|
||||
constructor (op) {
|
||||
this.i = op.i;
|
||||
}
|
||||
yay () {
|
||||
return this.i;
|
||||
}
|
||||
}
|
||||
0
src/Operations.spec
Normal file
0
src/Operations.spec
Normal file
Reference in New Issue
Block a user