Skip to content
Snippets Groups Projects
lint-staged.config.js 104 B
Newer Older
  • Learn to ignore specific revisions
  • Yadd's avatar
    Yadd committed
    module.exports = {
      "*": ["prettier --write --ignore-unknown"],
      "*.js": ["eslint --cache --fix"],
    };