mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* [eslint] re-enable no-extra-semi and quotes rules * [eslint] update to version 0.2.2 of eslint config * [eslint] autofix
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
export default function (grunt) {
|
|
grunt.registerTask('precommit', [
|
|
'collectFilesToCommit',
|
|
'checkAddedFilenames',
|
|
'lintStagedFiles'
|
|
]);
|
|
}
|