Socket
Socket
Sign inDemoInstall

eslint-config-5app

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-5app - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

CHANGELOG.md

4

eslintrc.json

@@ -21,2 +21,3 @@ {

"dot-notation": 2,
"dot-location": [2, "property"],
"eqeqeq": 2,

@@ -29,2 +30,3 @@ "func-call-spacing": 2,

"no-alert": 2,
"no-await-in-loop": 2,
"no-caller": 2,

@@ -58,2 +60,3 @@ "no-cond-assign": 2,

"no-octal-escape": 2,
"no-path-concat": 2,
"no-proto": 2,

@@ -87,2 +90,3 @@ "no-redeclare": 2,

"quotes": [2, "single"],
"radix": [2, "as-needed"],
"semi": [2, "always"],

@@ -89,0 +93,0 @@ "semi-spacing": [2, {"before": false, "after": true}],

{
"name": "eslint-config-5app",
"version": "0.3.0",
"version": "0.4.0",
"description": "Javascript Style guide for 5app",
"main": "index.js",
"scripts": {
"semantic-release": "semantic-release",
"test": "mocha test/validate.js",

@@ -30,9 +31,33 @@ "lint": "eslint ./ --config eslintrc.json"

"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.0.0",
"mocha": "^5.0.1"
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4",
"semantic-release": "^15.13.12"
},
"peerDependencies": {
"eslint": ">=5.0.0"
},
"release": {
"branch": "master",
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
}
}
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