Changeset View
Changeset View
Standalone View
Standalone View
.arclint
| Show All 15 Lines | "linters": { | ||||
| }, | }, | ||||
| "javelin": { | "javelin": { | ||||
| "type": "javelin", | "type": "javelin", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "exclude": [ | "exclude": [ | ||||
| "(^support/aphlict/)" | "(^support/aphlict/)" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "jshint": { | "jshint-browser": { | ||||
| "type": "jshint", | "type": "jshint", | ||||
| "include": "(\\.js$)", | "include": "(\\.js$)", | ||||
| "jshint.jshintrc": "support/lint/jshintrc" | "exclude": [ | ||||
| "(^support/aphlict/server/.*\\.js$)" | |||||
| ], | |||||
| "jshint.jshintrc": "support/lint/browser.jshintrc" | |||||
| }, | |||||
| "jshint-node": { | |||||
| "type": "jshint", | |||||
| "include": [ | |||||
| "(^support/aphlict/server/.*\\.js$)" | |||||
| ], | |||||
| "jshint.jshintrc": "support/lint/node.jshintrc" | |||||
| }, | }, | ||||
| "json": { | "json": { | ||||
| "type": "json", | "type": "json", | ||||
| "include": [ | "include": [ | ||||
| "(^src/docs/book/.*\\.book$)", | "(^src/docs/book/.*\\.book$)", | ||||
| "(^support/lint/jshintrc$)", | "(^support/lint/jshintrc$)", | ||||
| "(^\\.arcconfig$)", | "(^\\.arcconfig$)", | ||||
| "(^\\.arclint$)", | "(^\\.arclint$)", | ||||
| ▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines | |||||