diff --git a/.eslintrc b/.eslintrc
index 8e1d97d3..fc128474 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -11,7 +11,10 @@
"jest": true
},
"rules": {
+ "no-unused-expressions": "error",
"no-trailing-spaces": "error",
+ "no-nested-ternary": "error",
+ "space-infix-ops": "error",
"indent": ["warn", 2],
"arrow-spacing": ["error", { "before": true, "after": true }],
"space-in-parens": [ 0, "never" ],
diff --git a/README.md b/README.md
index 9ce746f2..7ab27559 100644
--- a/README.md
+++ b/README.md
@@ -61,14 +61,18 @@ npm install @bbc/react-transcript-editor
```js
import { TranscriptEditor } from '@bbc/react-transcript-editor';
-