Skip to content

Commit

Permalink
chore: replace eslint yml config with js wd-157
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 21, 2023
1 parent a3fa2d4 commit c6d477c
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 150 deletions.
149 changes: 0 additions & 149 deletions .eslintrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lint_html:
lint_css:
npx stylelint "source/styles/**/*.css"
lint_js:
npx eslint --ext .js "**/*.{js,cjs}"
npx eslint "**/*.{js,cjs}"
lint_type:
npx tsc --noEmit
lint: lint_fs lint_editor lint_prettify lint_html lint_css lint_js lint_type
Loading

0 comments on commit c6d477c

Please sign in to comment.