eslint-config-wordpress
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,5 @@ | ||
# 1.1.0 | ||
* feat: Add `one-var` and `no-trailing-spaces` rules. | ||
# 1.0.0 | ||
@@ -2,0 +6,0 @@ |
@@ -41,2 +41,6 @@ module.exports = { | ||
// Stylistic Issues | ||
// Disallow trailing whitespace at the end of lines | ||
'no-trailing-spaces': 'error', | ||
// Enforce variables to be declared either together or separately in functions | ||
'one-var': ['error', 'always'], | ||
// Specify whether backticks, double or single quotes should be used | ||
@@ -43,0 +47,0 @@ 'quotes': ['error', 'single'] |
{ | ||
"name": "eslint-config-wordpress", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "ESLint shareable config for WordPress", | ||
"license": "MIT", | ||
"repository": "ntwb/eslint-config-wordpress", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ntwb/eslint-config-wordpress.git" | ||
}, | ||
"homepage": "https://github.com/ntwb/eslint-config-wordpress#readme", | ||
@@ -38,3 +41,3 @@ "author": { | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"ava": "^0.17.0", | ||
"is-plain-obj": "^1.1.0", | ||
@@ -41,0 +44,0 @@ "npmpub": "^3.1.0" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4585
46
0
0