Skip to content

Commit

Permalink
Add blank line between imports
Browse files Browse the repository at this point in the history
To conform to new style rules.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Aug 17, 2023
1 parent 9e9cd45 commit 4e6b64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/ie11-restricted-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"use strict";

const assert = require("node:assert");

const airbnbVariables =
require("eslint-config-airbnb-base/rules/variables");

Expand Down

0 comments on commit 4e6b64a

Please sign in to comment.