Welcome to NI's JavaScript and TypeScript linter rules for ESLint and TSLint.
Install @ni/eslint-config and its peer dependencies.
Use npm view to list the correct versions of each package to install yourself.
npm view @ni/eslint-config peerDependenciesAlternatively, use install-peerdeps as a shortcut to install the packages for you.
npx install-peerdeps --dev @ni/eslint-configExtend @ni in the ESLint configuration.
{
"extends": "@ni"
}