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

ESLint plugin containing hapi style guide rules

Results 3 eslint-plugin issues
Sort by recently updated
recently updated
newest added

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: any *...

bug

This makes all rules and configs work with ESLint v9. I have not tried to keep it compatible with v8 as I'm not sure it's worth the effort. Some code...

breaking changes

The `@babel/eslint-parser` module is essentially a hard dependency, since the "module" config with a [`require('@babel/eslint-parser')`](https://github.com/hapijs/eslint-plugin/blob/5470de15f5debdd580ceed5144c4fec7435e6935/lib/configs/module.js#L3) is always loaded. This is fixed in this PR by deferring the `require()` until it...

bug