webpack/webpack-cli

View on GitHub
lint-staged.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  "*": ["prettier --cache --write --ignore-unknown", "cspell --cache --no-must-find-files"],
  "*.{js,ts}": ["eslint --cache --fix"],
};