@runwisp/eslint-config
v0.4.0
Published
Shared ESLint configurations for the RunWisp monorepo.
Downloads
69
Readme
@runwisp/eslint-config
Shared ESLint configurations for the RunWisp monorepo.
Configs
@runwisp/eslint-config/base— Base TypeScript + SonarJS rules with strict coding standards.
Usage
import baseConfig from "@runwisp/eslint-config/base";
export default [...baseConfig];