Skip to content

Commit

Permalink
Use theme-specific eslint rules (#34)
Browse files Browse the repository at this point in the history
Followup to bfe73d8
  • Loading branch information
davidtaylorhq authored Nov 18, 2024
1 parent b3f7638 commit f3bc27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import DiscourseRecommended from "@discourse/lint-configs/eslint";
import DiscourseRecommendedTheme from "@discourse/lint-configs/eslint-theme";

export default [...DiscourseRecommended];
export default [...DiscourseRecommendedTheme];

0 comments on commit f3bc27f

Please sign in to comment.