Skip to content

Commit

Permalink
[eslint-config] format code style
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
vmohir and ljharb authored Aug 22, 2023
1 parent 5e94f6f commit 7863b17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/eslint-config-airbnb-base/rules/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ module.exports = {
].concat(confusingBrowserGlobals.map(function (g) {
return {
name: g,
message:
"Use window." +
g +
" instead. https://github.com/facebook/create-react-app/blob/main/packages/confusing-browser-globals/README.md",
message: "Use window." + g + " instead. https://github.com/facebook/create-react-app/blob/HEAD/packages/confusing-browser-globals/README.md",
};
})),

Expand Down

0 comments on commit 7863b17

Please sign in to comment.