We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eda1cc commit 1b7fe0fCopy full SHA for 1b7fe0f
__mocks__/bull.js
@@ -1,6 +1,6 @@
1
-// @flow
+/* eslint-disable flowtype/require-valid-file-annotation */
2
export default class Queue {
3
- name: string;
+ name;
4
5
constructor(name) {
6
this.name = name;
0 commit comments