eslint-plugin-arca
eslint-plugin-arca copied to clipboard
Various ESLint rules tailored to the author's preferred style
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
*Error while running ESLint: Cannot read property 'orientation' of undefined.* Had the following defined in my React JSX file ``` {} } onChange={ (e) => { e.preventDefault(); handleSearch(e); } }...
The following code snippet causes a TypeError when linting ```ts if (test) { test; } else if (test) { test; } ``` ```log TypeError: Cannot read property 'type' of null...
Add a field `type` in each rule to identify what they are modifying:  This would be awesome in addition to the [`--fix-type` option](https://eslint.org/docs/user-guide/command-line-interface#-fix-type) to only fix the `layout` rules
maybe it worth to support standard eslint string constants? i.e. support 'off', 'warn' and 'error' in rule config?  https://eslint.org/docs/user-guide/configuring/rules