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

eslint-config-digiteels

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-digiteels - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

presets/es5.js

8

package.json
{
"name": "eslint-config-digiteels",
"description": "ESLint rule presets built and suggested by DigitEels",
"version": "1.0.0",
"version": "1.1.0",
"author": "DigitEels",

@@ -11,2 +11,5 @@ "bugs": {

"keywords": [
"digiteels",
"es5",
"es6",
"eslint",

@@ -16,6 +19,7 @@ "eslintconfig"

"license": "WTFPL",
"main": "configurations/es5.js",
"main": "presets/es6.js",
"peerDependencies": {
"eslint": ">= 3.5.0"
},
"private": false,
"repository": {

@@ -22,0 +26,0 @@ "type": "git",

@@ -7,3 +7,3 @@ # eslint-config-digiteels

Provides an ES5 ESLint configuration based on DigitEels' recommendations about style.
Provides ES5 and ES6 ESLint configurations based on DigitEels' recommendations about style.

@@ -23,4 +23,4 @@ Heavily influenced by:

Extend your [ESLint configuration](http://eslint.org/docs/user-guide/configuring) using `digiteels`,
for example:
Extend your [ESLint configuration](http://eslint.org/docs/user-guide/configuring) using `digiteels`
(or one of the below presets), for example:

@@ -35,4 +35,11 @@ ```json

## Presets
The following configurations are included in this package:
- **ES5:** `digiteels/presets/es5`
- **ES6:** `digiteels/presets/es6` (default)
## License
Covered by the [WTFPL](http://www.wtfpl.net/), see [`LICENSE`](LICENSE) for full details.
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