Skip to content

Commit

Permalink
DEV: Add theme related eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
keegangeorge committed Feb 22, 2022
1 parent 8d5ae05 commit 6c9d197
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": "eslint-config-discourse"
"extends": "eslint-config-discourse",
"globals": {
"settings": "readonly",
"themePrefix": "readonly"
}
}

0 comments on commit 6c9d197

Please sign in to comment.