mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
export default function (grunt) {
|
|
grunt.registerTask('precommit', [
|
|
'collectStagedFiles',
|
|
'lintStagedFiles'
|
|
]);
|
|
};
|