@tv2media/eslint-config
v1.0.3
Published
This repository holds a shared eslint configuration for typescript projects. The intent is that variations that extends the base configuration as needed - e.g. with framework specific rules.
Readme
Automation & Graphics eslint configurations
This repository holds a shared eslint configuration for typescript projects. The intent is that variations that extends the base configuration as needed - e.g. with framework specific rules.
Usage
- Install eslint version that matches
>=9.0.0as development dependency. - Create an
eslint.config.mjsfile in the root of your project with the following contents.
import tv2MediaEslintConfig from '@tv2media/eslint-config'
export default [
...tv2MediaEslintConfig,
// Rest of your configuration
]