@eccenca/dotfiles
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -5,2 +5,9 @@ # Change Log | ||
## [2.6.2] 2019-01-17 | ||
### Added | ||
- esLint rules `arrow-parens` | ||
### Removed | ||
- esLint rule `max-lines-per-function` as jsx render methods are bigger most of the time | ||
## [2.6.1] 2019-01-15 | ||
@@ -7,0 +14,0 @@ ### Changed |
@@ -46,3 +46,3 @@ #!/usr/bin/env node | ||
templateFiles.forEach((templateFileName) => { | ||
templateFiles.forEach(templateFileName => { | ||
const ignoreFileName = `.${templateFileName.replace('.template', '')}`; | ||
@@ -68,3 +68,3 @@ | ||
let addAll = false; | ||
contents.forEach((line) => { | ||
contents.forEach(line => { | ||
if (line === '') { | ||
@@ -71,0 +71,0 @@ result.push(line); |
{ | ||
"name": "@eccenca/dotfiles", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"bin": { | ||
@@ -11,3 +11,3 @@ "ecc-link-dotfiles": "./install.js" | ||
"test": "./install.js && eslint --print-config .eslintrc.yml && eslint --print-config .eslintrc.yml", | ||
"lint": "eslint ./install.js --fix" | ||
"lint": "eslint ./install.js --fix ; eslint ./test/linting.js" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15205
0