eslint-rules icon indicating copy to clipboard operation
eslint-rules copied to clipboard

My custom eslint rules in addition to the ones provided at http://eslint.org/

Results 27 eslint-rules issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`15.1.4` -> `15.14.0`](https://renovatebot.com/diffs/npm/semantic-release/15.1.4/15.14.0) | [![age](https://badges.renovateapi.com/packages/npm/semantic-release/15.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

See example below. This Angular hooks should not be point-free. I would like an option to be able to configure this rule to ignore the following PropertyDefinition: intercept, ngOnChanges, ngOnInit,...

Hi, I'm getting this error when using together with following packages: ``` "eslint": "6.8.0", "eslint-import-resolver-typescript": "2.3.0", "eslint-plugin-extra-rules": "0.0.0-development", "eslint-plugin-vue": "7.1.0", ``` Error: ``` [Error - 11:50:37 AM] ESLint stack trace:...

If I have both [`capitalized-comments`](https://eslint.org/docs/rules/capitalized-comments) and `extra-rules/no-commented-out-code` enabled, commented-out code that has been fixed to start with an uppercase letter, such as the following, will not be reported. ```js //...

I am trying to ensure commented out code is not submit in any of our projects. I have the following .eslintrc and I am using a jest plugin so that...

``` // $FlowFixMe ``` The above code can be used to disable [Flow](https://flow.org) typing for the next line. It is currently incorrectly being flagged as 'commented-out-code'. Is it possible to...

On registry `https://registry.npmjs.org/`, the "latest" version (v5.0.11) of dependency `travis-deploy-once` has the following deprecation notice: `We recommend to use Travis Build Stages instead` Marking the latest version of an npm...

The latest version published to npm is `0.0.0-development` that doesn't seem right. I would have expected `0.8.2` or `0.9.0` or `1.0.0`. Any reason why that's the latest version on npm?...

bug
question

Implement the request from #10. Two things to note: 1. It wasn't super clear what your preferred way of writing tests in this repo is - can you provide some...

If I am commenting specific set of block blocks I am getting error but generic code blocks are not getting error messages. ## Happy Scenario ![image](https://user-images.githubusercontent.com/3865313/33988344-22065c26-e0ea-11e7-95c9-3a57d202ec91.png) ## Not working ![image](https://user-images.githubusercontent.com/3865313/33988424-5b7656a0-e0ea-11e7-85ee-7baf433415be.png)...