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
Raw Normal View History

2022-05-13 22:15:08 +03:00
module.exports = {
'*.js': ['eslint --fix'],
'*.css': ['stylelint --fix']
}