@webhare/eslint-config
v0.509.0
Published
ESLint settings as used by WebHare Platform
Keywords
Readme
WebHare eslint settings
Use this package if you want to match or base yourself on WebHare Platform's linting settings. Prepend the array of flat configs exported by this package in your own eslint.config.mjs.
Example:
import { relaxedConfig } from "@webhare/eslint-config";
export default = [
...relaxedConfig, {
rules: {
...
}
}
];The following exports are provided:
- strictConfig: the configuration used for WebHare itself
- relaxedConfig: the configuration used for modules (relaxes some rules)
Publication source
The source code for @webhare/eslint-config is part of the WebHare Platform
