mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 13:41:26 -06:00
linting
To lint CoffeeScript files, use coffeelint tool in this project.
For example, from packages/launcher/package.json the command to lint
{
"scripts": {
"pretest": "npm run lint",
"lint": "../coffee/node_modules/.bin/coffeelint test/*.coffee"
}
}
The linting settings are in packages/coffeelint.json file.