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.
1 parent f252018 commit bf5fcfdCopy full SHA for bf5fcfd
1 file changed
changelog_unreleased/javascript/18775.md
@@ -11,8 +11,6 @@ const createIdFilter =
11
(foo) => /** @param {string} id */
12
(id) => id;
13
14
-const a = () => (1, 2 /* abc */);
15
-
16
// Prettier stable
17
KEYPAD_NUMBERS.map(
18
(
@@ -22,8 +20,6 @@ KEYPAD_NUMBERS.map(
22
20
23
21
const createIdFilter = (foo /** @param {string} id */) => (id) => id;
24
25
-const a = (/* abc */) => (1, 2);
26
27
// Prettier main
28
KEYPAD_NUMBERS.map((num) => (
29
// Buttons 0-9
0 commit comments