New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-wordpress

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wordpress - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

CHANGELOG.md

@@ -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']

9

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc