Skip to content
Snippets Groups Projects
.lintstagedrc.js 180 B
Newer Older
Yannis Barlas's avatar
Yannis Barlas committed
const without = require('lodash/without')

const { lintstaged } = require('@coko/lint')

lintstaged['*.js'] = without(lintstaged['*.js'], 'stylelint')

module.exports = lintstaged