Skip to content

jryckman/javascript-styleguide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NI JavaScript and TypeScript Style Guide

Logo

Welcome to NI's JavaScript and TypeScript linter rules for ESLint and TSLint.

Installation

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 peerDependencies

Alternatively, use install-peerdeps as a shortcut to install the packages for you.

npx install-peerdeps --dev @ni/eslint-config

Usage

Extend @ni in the ESLint configuration.

{
    "extends": "@ni"
}

License

MIT (c) 2020 National Instruments Corporation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%