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

eslint-config-loopback

Package Overview
Dependencies
Maintainers
11
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-loopback - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

LICENSE.md

14

CHANGES.md

@@ -0,1 +1,15 @@

2016-11-15, Version 5.0.0
=========================
* set eslint config disallow undeclared variables (Shing)
* Update README.md (Simon Ho)
* Fix bugs URL in package.json (Simon Ho)
* Add where to post issues message in README.md (Simon Ho)
* Update URLs in CONTRIBUTING.md (#8) (Ryan Graham)
2016-05-27, Version 4.0.0

@@ -2,0 +16,0 @@ =========================

4

CONTRIBUTING.md

@@ -150,3 +150,3 @@ ### Contributing ###

[Google C++ Style Guide]: https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
[Google Javascript Style Guide]: https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
[Google C++ Style Guide]: https://google.github.io/styleguide/cppguide.html
[Google Javascript Style Guide]: https://google.github.io/styleguide/javascriptguide.xml

@@ -33,2 +33,3 @@ {

"no-trailing-spaces": 2,
"no-undef": "error",
"object-curly-spacing": ["error", "never"],

@@ -35,0 +36,0 @@ "one-var": ["error", {

{
"name": "eslint-config-loopback",
"version": "4.0.0",
"version": "5.0.0",
"description": "ESLint configs for LoopBack projects.",

@@ -20,5 +20,5 @@ "main": "eslint.json",

"bugs": {
"url": "https://github.com/strongloop/eslint-config-loopback/issues"
"url": "https://github.com/strongloop/loopback/issues"
},
"homepage": "https://github.com/strongloop/eslint-config-loopback"
}

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

**PLEASE CREATE ISSUES AT https://github.com/strongloop/loopback/issues**
---
# eslint-config-loopback
ESLint configs for LoopBack projects.
LoopBack's ESLint shareable configs.
## Usage
Add `eslint-config-loopback` to `devDependencies`:
Add `eslint` and `eslint-config-loopback` to `devDependencies`:
```
npm install -D eslint-config-loopback
npm install -D eslint eslint-config-loopback
```

@@ -12,0 +16,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