Skip to content
Snippets Groups Projects
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