Merge pull request #4669 from fredj/eslint_contributing

Remove reference to Closure Linter in CONTRIBUTING.md
This commit is contained in:
Frédéric Junod
2016-01-13 12:19:48 +01:00
+1 -2
View File
@@ -81,8 +81,7 @@ include:
OpenLayers 3 follows [Google's JavaScript Style
Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml).
This is checked using the [Closure
Linter](https://developers.google.com/closure/utilities/) in strict mode. You
This is checked using [ESLint](http://eslint.org/), you
can run the linter locally on your machine before committing using the `lint`
target: