File: lint-staged.config.js

package info (click to toggle)
node-mini-css-extract-plugin 2.4.6%2B~2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,760 kB
  • sloc: javascript: 10,443; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
module.exports = {
  "*": ["prettier --write --ignore-unknown"],
  "*.{js,ts}": ["eslint --cache --fix"],
};