Skip to content

Commit

Permalink
Add stylelintignore settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jan 12, 2025
1 parent 7116be1 commit 9ba6873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ style-hs: ## Run the haskell code formatters (fourmolu, cabal-fmt)
@find app test src -name '*.hs' | xargs -P $(PROCS) -I {} fourmolu -q -i {}

style-css: ## Run the CSS code formatter (stylelint)
@cd assets ; yarn stylelint --fix css
@cd assets ; yarn stylelint --fix css --ignore-path .stylelintignore

style: style-hs style-css ## Run all the code formatters

Expand Down
1 change: 1 addition & 0 deletions assets/.stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
css/prism.css

0 comments on commit 9ba6873

Please sign in to comment.