Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-standard-kit

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-standard-kit - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

4

CHANGELOG.md
# 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 @@

2

lint/typescript.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc