eslint-config-scm
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "eslint-config-scm", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Common code style for scm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,2 +42,7 @@ # eslint-config-scm | ||
### typescript | ||
```shell | ||
npm install --save-dev eslint typescript-eslint-parser eslint-plugin-typescript | ||
``` | ||
### Then modify config file | ||
@@ -75,2 +80,8 @@ Make a eslint config file(recommend `.eslintrc.js`) then add the following configuration: | ||
``` | ||
```js | ||
// typescript | ||
{ | ||
extends: 'scm/typescript' | ||
} | ||
``` | ||
@@ -77,0 +88,0 @@ # Contribution |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14384
13
415
90