eslint-config-standard-kit
Advanced tools
Comparing version 0.14.0 to 0.14.1
# eslint-config-standard-kit | ||
## 0.14.1 (2019-09-30) | ||
- Only use the TypeScript parser for `.ts` and `.tsx` files, which allows TypeScript and Flow to coexist in the same project now. | ||
## 0.14.0 (2019-09-25) | ||
@@ -4,0 +8,0 @@ |
@@ -6,3 +6,2 @@ // Typescript language support rules without formatting | ||
module.exports = { | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": [ | ||
@@ -13,2 +12,3 @@ "@typescript-eslint" | ||
{ | ||
"parser": "@typescript-eslint/parser", | ||
"files": [ | ||
@@ -15,0 +15,0 @@ "*.ts", |
{ | ||
"name": "eslint-config-standard-kit", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Standard.js linting rules - broken into modular pieces", |
@@ -6,3 +6,2 @@ // Typescript language support rules | ||
module.exports = { | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": [ | ||
@@ -13,2 +12,3 @@ "@typescript-eslint" | ||
{ | ||
"parser": "@typescript-eslint/parser", | ||
"files": [ | ||
@@ -15,0 +15,0 @@ "*.ts", |
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
35477