Socket
Socket
Sign inDemoInstall

eslint-config-5app

Package Overview
Dependencies
88
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

.circleci/config.yml

9

eslintrc.json

@@ -8,7 +8,4 @@ {

"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
"ecmaVersion": 2018,
"sourceType": "module"
},

@@ -97,2 +94,2 @@ "extends": "eslint:recommended",

}
}
}
{
"name": "eslint-config-5app",
"version": "0.1.0",
"version": "0.2.0",
"description": "Javascript Style guide for 5app",

@@ -27,4 +27,4 @@ "main": "index.js",

"chai": "^4.1.2",
"eslint": "^4.11.0",
"mocha": "^4.0.1"
"eslint": "^5.0.0",
"mocha": "^5.0.1"
},

@@ -31,0 +31,0 @@ "peerDependencies": {

# eslint-config-5app
5app javascript style guide
[![Greenkeeper badge](https://badges.greenkeeper.io/5app/eslint-config-5app.svg)](https://greenkeeper.io/)
[![CircleCI](https://circleci.com/gh/5app/eslint-config-5app.svg?style=shield)](https://circleci.com/gh/5app/eslint-config-5app)
[![NPM Version](https://img.shields.io/npm/v/eslint-config-5app.svg)](https://www.npmjs.com/package/eslint-config-5app)
[![Known Vulnerabilities](https://snyk.io/test/github/5app/eslint-config-5app/badge.svg)](https://snyk.io/test/github/5app/eslint-config-5app)
5app javascript styleguide

@@ -15,3 +15,3 @@ /* eslint-env mocha */

const foo = 1;
const bar = function () {};
const bar = function() {};
bar(foo);

@@ -18,0 +18,0 @@ `;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc