This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/.nano-staged.js

5 lines
80 B
JavaScript

module.exports = {
'*.js': ['eslint --fix'],
'*.css': ['stylelint --fix']
}