Skip to content

Commit

Permalink
Lint options implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 10, 2025
1 parent 2a9d6a2 commit 9a3f21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webextensions/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ const rules = {
};

const ESModuleFiles = [
"background/*.js",
"common/*.js",
"options/*.js",
"resources/module/*.js",
"background/*.js",
"sidebar/*.js",
"sidebar/components/*.js",
"tests/*.js",
Expand Down

0 comments on commit 9a3f21a

Please sign in to comment.