-
Yannis Barlas authoredc3a7e593
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.lintstagedrc.js 180 B
const without = require('lodash/without')
const { lintstaged } = require('@coko/lint')
lintstaged['*.js'] = without(lintstaged['*.js'], 'stylelint')
module.exports = lintstaged