We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fdbf3 commit 6119d63Copy full SHA for 6119d63
tests/lib/rules/no-async-in-computed-properties.js
@@ -36,7 +36,7 @@ ruleTester.run('no-async-in-computed-properties', rule, {
36
}
37
},
38
foo2: {
39
- get () {
+ set () {
40
new Promise((resolve, reject) => {})
41
42
0 commit comments