Add rule to enforce one provide per file

This commit is contained in:
Tim Schaub
2016-08-11 21:50:09 -06:00
parent 395b486cd8
commit 4fffa190c3
3 changed files with 30 additions and 0 deletions

View File

@@ -100,6 +100,7 @@
"openlayers-internal/no-duplicate-requires": 2,
"openlayers-internal/no-missing-requires": 1,
"openlayers-internal/no-unused-requires": 2,
"openlayers-internal/one-provide": 1,
"openlayers-internal/requires-first": 2,
"openlayers-internal/valid-requires": 2
}