Merge pull request #1048 from strongloop/typo

Fix typo
This commit is contained in:
Amir-61 2016-08-15 21:52:52 -04:00 committed by GitHub
commit 48370fd6a5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"ignoreUrls": true, "ignoreUrls": true,
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)" "ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
}], }],
// NOTE(bajtos) we should eventuall remove this override // NOTE(bajtos) we should eventually remove this override
// and fix all of those 100+ violations // and fix all of those 100+ violations
"one-var": "off" "one-var": "off"
} }