Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Releases: deepsweet/eslint-config-tough

v0.4.0

05 Jan 10:36

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

💥 disallow curly spacing in JSX

v0.3.4

05 Jan 09:44

Choose a tag to compare

v0.3.4 Pre-release
Pre-release

🔧 remove global-require warning
✔️ react: never require a space before closing JSX tag

v0.3.3

24 Dec 12:31

Choose a tag to compare

v0.3.3 Pre-release
Pre-release

✔️ explicitly add es6: true env to esnext config

v0.3.2

13 Dec 11:27

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

♻️ sync with eslint@3.12.1
♻️ sync with eslint-plugin-react@6.8.0

v0.3.1

03 Dec 16:06

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

🔧 tweak indent rule to work in all cases

v0.3.0

03 Dec 15:24

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

💥 🔧 2 spaces
💥 drop Nodejs < 4
♻️ sync with the latest ESLint
♻️ sync with the latest babel-eslint
♻️ sync with the latest eslint-plugin-import
♻️ sync with the latest eslint-plugin-node
♻️ sync with the latest eslint-plugin-promise
♻️ sync with the latest eslint-plugin-react

v0.2.1

09 Nov 10:36

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

🔧 allow functions to return jsx in parens
🔧 allow multiline props in jsx
🔧 allow some common one-letter variables
🔧 disallow undeclared variables
➖ don’t require literals in jsx

v0.2.0

28 Oct 08:18

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

➕ add react-rules