Skip to content

Commit

Permalink
chore(linting): restore consistent linting on JS/TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 4, 2025
1 parent a938192 commit ad1f1c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/scripts/.lintstagedrc.js

This file was deleted.

5 changes: 3 additions & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
"*.{json,html,yml}": ["prettier --write"],
"*.scss": ["stylelint --fix", "prettier --write"],
"*.{cjs,mjs,ts,tsx}": ["eslint --fix", "prettier --write"],
"*.{html,json,yml}": ["prettier --write"],
"*.md": ["prettier --write", "markdownlint --fix"],
"*.scss": ["stylelint --fix", "prettier --write"],
};
6 changes: 0 additions & 6 deletions packages/calcite-design-tokens/.lintstagedrc.js

This file was deleted.

0 comments on commit ad1f1c3

Please sign in to comment.