Skip to content

Repository files navigation

eslint-config-typescript

KeetaNetwork standard typescript ESLint config

Usage

$ npm install -SD @keetanetwork/eslint-config-typescript
// .eslint.config.mjs
import keetanetworkConfig from '@keetanetwork/eslint-config-typescript';

export default [
	...keetanetworkConfig,
	{
		languageOptions: {
			parserOptions: {
				project: ['tsconfig.json', 'deployment/tsconfig.json']
			}
		}
	}
];

About

TypeScript ESLint Configuration for Keeta Network Projects

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages