eslint-plugin-strict-newline
Advanced tools
Comparing version 1.1.0 to 1.2.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
The format conforms to [Keep a Changelog](http://keepachangelog.com/). | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
## [1.2.0] - 2016-08-15 | ||
### Added | ||
- Support for array function IIFEs | ||
## [1.1.0] - 2016-07-14 | ||
### Added | ||
- Support for IIFE | ||
- Support for IIFEs | ||
@@ -14,2 +19,3 @@ ## 1.0.0 - 2016-06-25 | ||
[1.2.0]: https://github.com/MitMaro/eslint-plugin-strict-newline/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/MitMaro/eslint-plugin-strict-newline/compare/v1.0.0...v1.1.0 |
@@ -28,3 +28,4 @@ 'use strict'; | ||
&& node.body[0].expression.type === 'CallExpression' | ||
&& node.body[0].expression.callee.type === 'FunctionExpression' | ||
&& (node.body[0].expression.callee.type === 'FunctionExpression' | ||
|| node.body[0].expression.callee.type === 'ArrowFunctionExpression') | ||
&& node.body[0].expression.callee.body.type === 'BlockStatement' | ||
@@ -31,0 +32,0 @@ ) { |
{ | ||
"name": "eslint-plugin-strict-newline", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "ESLint plugin that provides a rule for newline spacing around 'use strict'", | ||
@@ -26,6 +26,6 @@ "author": "Tim Oram <mitmaro@gmail.com>", | ||
"devDependencies": { | ||
"eslint": "^2.9.0", | ||
"coveralls": "2.11.11", | ||
"coveralls": "2.11.12", | ||
"eslint": "^3.2.0", | ||
"istanbul": "0.4.4", | ||
"mocha": "2.5.3" | ||
"mocha": "3.0.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
], | ||
"license": "ICS" | ||
"license": "ISC" | ||
} |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
5829
0
80