Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show All 26 Lines | "jshint": { | ||||
| "(^externals/JsShrink/)", | "(^externals/JsShrink/)", | ||||
| "(^webroot/rsrc/externals/raphael/)" | "(^webroot/rsrc/externals/raphael/)" | ||||
| ], | ], | ||||
| "jshint.jshintrc": "support/jshint/jshintconfig" | "jshint.jshintrc": "support/jshint/jshintconfig" | ||||
| }, | }, | ||||
| "json": { | "json": { | ||||
| "type": "json", | "type": "json", | ||||
| "include": [ | "include": [ | ||||
| "(^src/docs/book/.*\\.book$)", | |||||
| "(^support/jshint/jshintconfig$)", | "(^support/jshint/jshintconfig$)", | ||||
| "(^\\.arcconfig$)", | "(^\\.arcconfig$)", | ||||
| "(^\\.arclint$)", | "(^\\.arclint$)", | ||||
| "(\\.json$)" | "(\\.json$)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "generated": { | "generated": { | ||||
| "type": "generated" | "type": "generated" | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||