Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-valorsoft

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-valorsoft - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

3

.eslintrc.json

@@ -28,2 +28,3 @@ {

"no-obj-calls": 2,
"no-prototype-builtins": 2,
"no-regex-spaces": 2,

@@ -120,2 +121,3 @@ "no-sparse-arrays": 2,

"no-useless-escape": 2,
"no-useless-rename": 2,
"no-void": 2,

@@ -274,2 +276,3 @@ "no-warning-comments": 1,

"spaced-comment": 0,
"unicode-bom": [2, "never"],
"wrap-regex": 0,

@@ -276,0 +279,0 @@ // ECMAScript 6

@@ -0,1 +1,11 @@

<a name="0.0.15"></a>
## [0.0.15](https://github.com/valor-software/eslint-config-valorsoft/compare/v0.0.14...v0.0.15) (2016-05-30)
### Features
* **package:** added eslint 2.11.0 rules ([06ca550](https://github.com/valor-software/eslint-config-valorsoft/commit/06ca550))
<a name="0.0.14"></a>

@@ -2,0 +12,0 @@ ## [0.0.14](https://github.com/valor-software/eslint-config-valorsoft/compare/v0.0.13...v0.0.14) (2016-05-19)

6

package.json
{
"name": "eslint-config-valorsoft",
"version": "0.0.14",
"version": "0.0.15",
"description": "Valor Software's ESLint config, following our styleguide",

@@ -35,3 +35,3 @@ "main": "index.js",

"dependencies": {
"eslint": "2.10.2"
"eslint": "2.11.0"
},

@@ -42,3 +42,3 @@ "devDependencies": {

"conventional-github-releaser": "1.1.2",
"mocha": "2.4.5",
"mocha": "2.5.3",
"pre-commit": "1.1.3",

@@ -45,0 +45,0 @@ "strip-json-comments": "2.0.1"

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