eslint-plugin-haraka
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,5 @@ | ||
# 1.0.8 - 2017-09-13 | ||
* import rules from haraka/Haraka | ||
# 1.0.7 - 2017-06-16 | ||
@@ -2,0 +6,0 @@ |
@@ -25,3 +25,8 @@ | ||
// this will be a warning only | ||
"no-useless-escape": 1 | ||
"no-useless-escape": "warn", | ||
"no-path-concat": "error", | ||
"no-cond-assign": ["error", "except-parens"], | ||
"no-constant-condition": ["error", { "checkLoops": false }], | ||
"prefer-const": ["error", {"ignoreReadBeforeAssign": true}], | ||
"no-var": "error" | ||
}; | ||
@@ -28,0 +33,0 @@ |
{ | ||
"name": "eslint-plugin-haraka", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "eslint rules for Haraka projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# haraka-eslint | ||
eslint rules for Haraka projects | ||
[![Build Status][ci-img]][ci-url] | ||
[![Windows Build Status][ci-win-img]][ci-win-url] | ||
[![Code Climate][clim-img]][clim-url] | ||
[![Greenkeeper badge][gk-img]][gk-url] | ||
[![NPM][npm-img]][npm-url] | ||
<!--[![Code Coverage][cov-img]][cov-url]--> | ||
## Install | ||
@@ -38,1 +44,16 @@ | ||
If you disagree, you can add custom rules to your .eslintrc.json file. | ||
<!-- leave these buried at the bottom of the document --> | ||
[ci-img]: https://travis-ci.org/haraka/haraka-eslint.svg | ||
[ci-url]: https://travis-ci.org/haraka/haraka-eslint | ||
[ci-win-img]: https://ci.appveyor.com/api/projects/status/CHANGETHIS?svg=true | ||
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-eslint | ||
[cov-img]: https://codecov.io/github/haraka/haraka-eslint/coverage.svg | ||
[cov-url]: https://codecov.io/github/haraka/haraka-eslint | ||
[clim-img]: https://codeclimate.com/github/haraka/haraka-eslint/badges/gpa.svg | ||
[clim-url]: https://codeclimate.com/github/haraka/haraka-eslint | ||
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-eslint.svg | ||
[gk-url]: https://greenkeeper.io/ | ||
[npm-img]: https://nodei.co/npm/eslint-plugin-haraka.png | ||
[npm-url]: https://www.npmjs.com/package/eslint-plugin-haraka |
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
8104
10
85
59
0