@arranger/middleware
Advanced tools
Comparing version 0.1.3 to 0.1.10
@@ -1,15 +0,1 @@ | ||
module.exports = { | ||
extends: ['prettier', 'prettier/flowtype', 'plugin:flowtype/recommended'], | ||
plugins: ['flowtype', 'prettier'], | ||
rules: { | ||
'prettier/prettier': [1, { trailingComma: 'all', singleQuote: true }], | ||
'flowtype/define-flow-type': 1, | ||
}, | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
sourceType: 'module', | ||
ecmaFeatures: { | ||
modules: true, | ||
}, | ||
}, | ||
}; | ||
module.exports = require('../../.eslintrc.js'); |
{ | ||
"name": "@arranger/middleware", | ||
"version": "0.1.3", | ||
"version": "0.1.10", | ||
"description": "Arranger Middleware", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
"watch": "mkdir -p src && babel src --watch --out-dir dist", | ||
"flow": "flow" | ||
"flow": "flow", | ||
"test": "jest" | ||
}, | ||
@@ -16,0 +17,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
151801
8
1375