@9renpoto/eslint-config-flowtype
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -5,3 +5,3 @@ /* @flow */ | ||
plugins: ['flowtype'], | ||
extends: ['@9renpoto/eslint-config', 'plugin:flowtype/recommended'] | ||
extends: ['@9renpoto/eslint-config', 'plugin:flowtype/recommended'], | ||
} |
{ | ||
"name": "@9renpoto/eslint-config-flowtype", | ||
"description": "flowtype with eslint", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"author": "github.com/9renpoto", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
"dependencies": { | ||
"@9renpoto/eslint-config": "^5.2.0", | ||
"@9renpoto/eslint-config": "^5.2.1", | ||
"babel-eslint": "10.0.3", | ||
@@ -16,3 +16,3 @@ "eslint-plugin-flowtype": "4.3.0" | ||
"devDependencies": { | ||
"flow-bin": "0.108.0" | ||
"flow-bin": "0.109.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "engine": { |
# @9renpoto/eslint-config-flowtype | ||
[![NPM version](https://badge.fury.io/js/%409renpoto%2Feslint-config-flowtype.svg)](https://badge.fury.io/js/%409renpoto%2Feslint-config-flowtype) | ||
[![Build Status](https://travis-ci.org/9renpoto/frontend.svg?branch=master)](https://travis-ci.org/9renpoto/frontend) | ||
[![Build Status](https://travis-ci.com/9renpoto/frontend.svg?branch=master)](https://travis-ci.com/9renpoto/frontend) | ||
@@ -6,0 +6,0 @@ ## Install |
/* @flow */ | ||
type Sample = { | ||
data: string | ||
data: string, | ||
} | ||
export default function (sample: Sample) { | ||
export default function(sample: Sample) { | ||
// eslint-disable-next-line no-console | ||
console.log(sample) | ||
} |
16
1628
6