eslint-config-preact icon indicating copy to clipboard operation
eslint-config-preact copied to clipboard

Unopinionated baseline ESLint config for Preact and Preact CLI codebases.

Results 7 eslint-config-preact issues
Sort by recently updated
recently updated
newest added

Hi Preact team! I'm testing out WMR, which is amazing BTW! Here is my `package.json`: ``` "dependencies": { "preact": "^10.6.4" }, "devDependencies": { "eslint": "^8.5.0", "eslint-config-preact": "^1.3.0", "wmr": "^3.7.2" },...

I created a new preact project using the cli `npx preact-cli create typescript my-project` I tried to enable ESLint in my IDE (Webstorm) and receive the following error upon lint...

When running jest tests against files that have shorthand Fragment usage, they complain that Fragment doesn't exist. But when putting that in, eslint complains that `Fragment is never used`. I...

This allows using `@typescript-eslint/eslint-plugin` 6 without warnings, while eslint-plugin-jest 25 only supported 5. The breaking changes in 26 according to changelog: - Drop support for `@typescript-eslint/eslint-plugin@4` The breaking changes in...

ESLint documentation in https://eslint.org/docs/latest/extend/shareable-configs#publishing-a-shareable-config says the following: > If your shareable config depends on a plugin, you should also specify it as a peerDependency (plugins will be loaded relative to...

I tried to use ESLint v9.3.0 and got the following error: Could not resolve dependency: peer eslint@"6.x || 7.x || 8.x" from [email protected] Are there any plans to support v9?

good first issue
help wanted