Skip to content

Commit 26cf579

Browse files
committed
chore: update package.json version
1 parent 0039b28 commit 26cf579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
},
3232
].concat(confusingBrowserGlobals.map((g) => ({
3333
name: g,
34-
message: `Use window.${g} instead. https://github.com/facebook/create-react-app/blob/HEAD/packages/confusing-browser-globals/README.md`,
34+
message: `Use window.${ g } instead. https://github.com/facebook/create-react-app/blob/HEAD/packages/confusing-browser-globals/README.md`,
3535
}))),
3636

3737
// disallow declaration of variables already declared in the outer scope

0 commit comments

Comments
 (0)