eslint-plugin-arca icon indicating copy to clipboard operation
eslint-plugin-arca copied to clipboard

Various ESLint rules tailored to the author's preferred style

Results 5 eslint-plugin-arca issues
Sort by recently updated
recently updated
newest added

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...

dependencies

*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: ![image](https://user-images.githubusercontent.com/22725671/119053933-0fd24100-b9c7-11eb-9b8b-22b18538bc9b.png) 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? ![image](https://user-images.githubusercontent.com/7239315/111065858-04493200-84cd-11eb-98f3-5e38ad2e2386.png) https://eslint.org/docs/user-guide/configuring/rules