Create rule enforcing that goog.provide() is like the path

This commit is contained in:
Tim Schaub
2016-08-11 22:15:06 -06:00
parent 4fffa190c3
commit 73c8059a0a
5 changed files with 70 additions and 0 deletions

5
test/.eslintrc Normal file
View File

@@ -0,0 +1,5 @@
{
"rules": {
"openlayers-internal/valid-provide": 0
}
}