Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 129662c

Browse files
chore(grunt): ignore docs/bower_component files for eslint
1 parent 0864f73 commit 129662c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ module.exports = function(grunt) {
178178
'i18n/**/*.js',
179179
'!docs/app/assets/js/angular-bootstrap/**',
180180
'!docs/config/templates/**',
181+
'!docs/bower_components/**',
181182
'!src/angular.bind.js',
182183
'!i18n/closure/**',
183184
'!src/ngParseExt/ucd.js'

0 commit comments

Comments
 (0)