UNPKG

114 BJavaScriptView Raw
1module.exports = {
2 ignore: ['package-lock.json'],
3 linters: {
4 '*.js': ['eslint --fix', 'git add'],
5 },
6};