diff --git a/README.md b/README.md index 7865b8b..1aa2586 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ In your `package.json` "globals": [] } ``` + +## Todo +- [ ] how to integrate with editor plugins? +- [ ] how to integrate with `snazzy`? diff --git a/eslintrc.json b/eslintrc.json index 9b18653..6c4e67d 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -26,7 +26,7 @@ "prettier/prettier": [ "error", { "semi": false, - "printWidth": 80, + "printWidth": 90, "arrowParens": "always", "jsxBracketSameLine": true, "jsxSingleQuote": true,