Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show All 22 Lines | "jshint": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^externals/JsShrink/)", | "(^externals/JsShrink/)", | ||||
| "(^webroot/rsrc/externals/raphael/)" | "(^webroot/rsrc/externals/raphael/)" | ||||
| ], | ], | ||||
| "jshint.jshintrc": "support/jshint/jshintconfig" | "jshint.jshintrc": "support/jshint/jshintconfig" | ||||
| }, | }, | ||||
| "json": { | |||||
| "type": "json", | |||||
| "include": [ | |||||
| "(^support/jshint/jshintconfig$)", | |||||
| "(^\\.arcconfig$)", | |||||
| "(^\\.arclint$)", | |||||
| "(\\.json$)" | |||||
| ] | |||||
| }, | |||||
| "generated": { | "generated": { | ||||
| "type": "generated" | "type": "generated" | ||||
| }, | }, | ||||
| "merge-conflict": { | "merge-conflict": { | ||||
| "type": "merge-conflict" | "type": "merge-conflict" | ||||
| }, | }, | ||||
| "nolint": { | "nolint": { | ||||
| "type": "nolint" | "type": "nolint" | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||