From 22dab733f0d8da46878d154ae753bc1b8c3e4dd4 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 13 Jan 2016 12:01:27 +0100 Subject: [PATCH] Remove reference to Closure Linter in CONTRIBUTING.md See #4602 --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fcf9df0c46..c0ee671fe4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: