Socket
Book a DemoInstallSign in
Socket

@backbase/eslint-config-backbase

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backbase/eslint-config-backbase - npm Package Compare versions

Comparing version

to
1.0.1

7

package.json
{
"name": "@backbase/eslint-config-backbase",
"version": "1.0.0",
"version": "1.0.1",
"description": "Backbase's eslint configuration options",

@@ -9,4 +9,5 @@ "main": "index.js",

"type": "git",
"url": "https://stash.backbase.com/projects/BBCLI/repos/eslint-config"
"url": "https://stash.backbase.com/projects/BBCLI/repos/dev-eslint-config"
},
"scripts": {},
"keywords": [

@@ -20,3 +21,3 @@ "eslint",

],
"author": "Dragos dragos@backbase.com",
"author": "Dragos <dragos@backbase.com>",
"contributors": [],

@@ -23,0 +24,0 @@ "devDependencies": {

@@ -12,4 +12,5 @@ # eslint-config-backbase

| Public | ✔ |
| Registry | https://www.npmjs.com/package/@backbase/eslint-config-backbase |
| Owner | dragos@backbase.com |
| Status | @todo |
| Status | |

@@ -26,5 +27,5 @@ ## INSTALL

**YAML** file
**JSON** file
**JS** file
- **YAML** file
- **JSON** file
- **JS** file

@@ -38,2 +39,3 @@ Shareable configuration package

extends: "@backbase/eslint-config-backbase"
#Override any settings from the "parent" configuration
quotes:

@@ -49,4 +51,3 @@ - 1

"extends": "@backbase/eslint-config-backbase",
"rules": {
// Override any settings from the "parent" configuration
"rules": {
"quotes": [2, "double"]

@@ -61,4 +62,4 @@ }

## REFRENCES
- http://eslint.org/docs/developer-guide/working-with-plugins.html
- http://eslint.org/
- [eslint](http://eslint.org/)
- [writing-eslint-plugins](http://eslint.org/docs/developer-guide/working-with-plugins.html)

@@ -65,0 +66,0 @@

module.exports = {
'env': {
'es6': false
'es6': true
},

@@ -20,4 +20,3 @@ 'ecmaFeatures': {

'superInFunctions': true,
'templateStrings': true,
'jsx': true
'templateStrings': true
},

@@ -24,0 +23,0 @@ 'rules': {

@@ -26,3 +26,3 @@ module.exports = {

// this option sets a specific tab width for your code
'indent': [2, 2],
'indent': [2, 4],
// specify whether double or single quotes should be used in JSX attributes

@@ -29,0 +29,0 @@ 'jsx-quotes': 2,

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.