eslint-plugin-haraka
Advanced tools
Comparing version 1.0.11 to 1.0.12
## 1.0.12 - 2019-11-22 | ||
* add prefer-template rule | ||
* add eslint parserOptions: ecmaVersion: 2017 | ||
* convert .eslintrc.json to .eslintrc.yaml | ||
## 1.0.11 - 2019-07-09 | ||
@@ -3,0 +10,0 @@ |
@@ -26,4 +26,5 @@ 'use strict'; | ||
"no-var": "error", | ||
"object-shorthand": ["warn", "always"], | ||
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }] | ||
"object-shorthand": ["warning", "always"], | ||
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }], | ||
"prefer-template": "warning" | ||
}; | ||
@@ -30,0 +31,0 @@ |
{ | ||
"name": "eslint-plugin-haraka", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "eslint rules for Haraka projects", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/eslint *.js" | ||
"test": "npx eslint *.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7680
77