UNPKG

86 BPlain TextView Raw
1{
2 "linters": {
3 "**/*.js": [
4 "npm run pretty",
5 "git add"
6 ]
7 }
8}