Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show All 18 Lines | "javelin": { | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^support/aphlict/)" | "(^support/aphlict/)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "jshint": { | "jshint": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "jshint.jshintrc": "support/jshint/jshintconfig" | "jshint.jshintrc": "support/lint/jshintrc" | ||||
| }, | }, | ||||
| "json": { | "json": { | ||||
| "type": "json", | "type": "json", | ||||
| "include": [ | "include": [ | ||||
| "(^src/docs/book/.*\\.book$)", | "(^src/docs/book/.*\\.book$)", | ||||
| "(^support/jshint/jshintconfig$)", | "(^support/lint/jshintrc$)", | ||||
| "(^\\.arcconfig$)", | "(^\\.arcconfig$)", | ||||
| "(^\\.arclint$)", | "(^\\.arclint$)", | ||||
| "(\\.json$)" | "(\\.json$)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "merge-conflict": { | "merge-conflict": { | ||||
| "type": "merge-conflict" | "type": "merge-conflict" | ||||
| }, | }, | ||||
| ▲ Show 20 Lines • Show All 45 Lines • Show Last 20 Lines | |||||