diff options
author | Lukas Eipert <git@leipert.io> | 2018-03-26 07:39:14 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-03-26 07:39:14 +0000 |
commit | d023244aa5a71c9cf0e68f196c0a402a8ccc951f (patch) | |
tree | e49b6311e720191c1fbf4113bfb144f54cceca55 /package.json | |
parent | 391732a2c1b04baf565c77f2788a1ec035b1d85e (diff) | |
download | gitlab-ce-d023244aa5a71c9cf0e68f196c0a402a8ccc951f.tar.gz |
Make use of the prettier ignore file during our save script
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c81020f631e..56fd2575e91 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "eslint-plugin-jasmine": "^2.1.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-vue": "^4.0.1", + "ignore": "^3.3.7", "istanbul": "^0.4.5", "jasmine-core": "^2.9.0", "jasmine-jquery": "^2.1.1", |