@keetanetwork/eslint-config-typescript
v1.4.7
Published
KeetaNetwork Typescript Eslint Config
Downloads
78
Readme
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']
}
}
}
];