Skip to content

KeetaNetwork/eslint-config-typescript

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •