ESLint settings as used by WebHare Platform
npm install @webhare/eslint-configExample:
``typescript
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)