@openmind-sw/eslint-config
v2.0.2
Published
Openmind-SW eslint config
Downloads
92
Readme
Usage
Install via npm i --save-dev @openmind-sw/eslint-config
Add the following to the project's eslint.config.mjs:
import tsEslint from 'typescript-eslint';
import omEslintConfig from './@openmind-sw/eslint-config';
tsEslint.config(
// other config objects go here
omEslintConfig,
)