@backbase/eslint-config-backbase
Advanced tools
Comparing version
{ | ||
"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, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19556
0.62%65
1.56%443
-0.23%1
Infinity%