| 123456789101112131415161718192021222324252627 |
- {
- "libs": [
- "ecma5",
- "ecma6",
- "browser",
- "jquery"
- ],
- "loadEagerly": [
- "src/**/*.js",
- "src/**/*.es6"
- ],
- "dontLoad": [
- "src/**/*.min.js",
- "src/web/bower_components/**/*.js"
- ],
- "plugins": {
- "complete_strings": {
- "maxLength": 15
- },
- "node": {},
- "lint": {},
- "angular": true,
- "doc_comment": {
- "fullDocs": true
- }
- }
- }
|