Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.jshintrc - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df20826a4a6027bb60c3be34c90445b623aca2a0 (plain)
1
2
3
4
5
6
{
    "browser": true,
    "node": true,
    "expr": true,
    "globals": ["describe", "it", "before", "after", "beforeEach", "afterEach"]
}