0.6.5 • Published 5 years ago

@jupl/tslint-config v0.6.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

** About Personal [https://palantir.github.io/tslint/] [http://eslint.org/docs/developer-guide/shareable-configs.html].

** Installation #+BEGIN_EXAMPLE npm install @jupl/tslint-config tslint #+END_EXAMPLE

** Usage Add to =tsconfig.json=: #+BEGIN_SRC json { "compilerOptions": { ... "strict": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true } } #+END_SRC

Add to =tslint.json=: #+BEGIN_SRC json { "extends": "@jupl/tslint-config" } #+END_SRC

If using JSX: #+BEGIN_SRC json { "extends": "@jupl/tslint-config", "@jupl/tslint-config/jsx" } #+END_SRC

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago