Shlomi Scemes
Shlomi Scemes
Fixed issue with apostrophe in string making the entire word/sentence valid regardless of spell errors. Possibly related: [https://github.com/aotaduy/eslint-plugin-spellcheck/issues/48](https://github.com/aotaduy/eslint-plugin-spellcheck/issues/48)
See blog post for the issue/solution: [https://kaihao.dev/posts/Stale-props-and-zombie-children-in-Redux](https://kaihao.dev/posts/Stale-props-and-zombie-children-in-Redux)
The config file was previously stored in the project eslint directory, which could lead to write error in sandbox environments (like Bazel). This pull request relocates the config file to...