From e9ec77f512b01f067b20e037385f4e8074cb4bdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Thu, 18 Oct 2018 11:31:23 +0200 Subject: [PATCH] fix readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ce9c65e..d0d7fdf 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,6 @@ However, because we were too nice to put you through the pain of always having t This will only warn you about linting errors and give you useful feedback about possible errors you may have in your code (but this is no substitute for tests). Please make sure that **before making any pull requests**, you pass all of our tests and can build with `npm run build` first. -> ⚠️⚠️⚠️ WARNING ⚠️⚠️⚠️ -> This library still uses es5, so if you do anything like using `let`, it will -> probably break, and you probably won't be able to figure out why. This is -> only a temporary trouble 🙃 We will fix it as soon as we can! -> -> The linter is ready for es6, but the build process is not, so if you get an -> error and the linter says nothing; check for es6iness 😍 - ### Testing This will set up everything. While you are working, you should make sure your changes pass all of our tests, so just run: -- 2.39.5