hongbo-miao/hongbomiao.com

View on GitHub
lint-staged.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  '*.css': 'stylelint --fix',
  '*.sol': 'solhint --fix',
  '*.{js,ts,tsx}': 'eslint --fix',
};