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

eslint-config-exchange-solutions

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-exchange-solutions - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

base.js

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

'eslint-config-exchange-solutions/core'
]
].map(require.resolve)
};

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

'eslint-config-exchange-solutions/core'
]
].map(require.resolve)
};

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

'eslint-config-exchange-solutions/base'
]
].map(require.resolve)
};
{
"name": "eslint-config-exchange-solutions",
"version": "1.0.0",
"version": "2.0.0",
"description": "ESLint Default configurations for Towers Watson Exchange Solutions",

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

"homepage": "https://github.com/TWExchangeSolutions/eslint-config-exchange-solutions#readme",
"peerDependencies": {
"eslint-config-airbnb": "^2.1.1"
"dependencies": {
"eslint-config-airbnb": "^3.1.0"
},

@@ -40,3 +40,2 @@ "devDependencies": {

"eslint": "^1.3.1",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-react": "^3.3.1",

@@ -43,0 +42,0 @@ "fs-promise": "^0.3.1",

@@ -75,3 +75,4 @@ import path from 'path';

.forEach(test => {
ruleSuite.addTest(new Test(test, sampleTests[test](`${dir}/${ruleSuiteName}.${test}.js`, config)));
const testPath = `${dir}/${ruleSuiteName}.${test}.js`;
ruleSuite.addTest(new Test(test, sampleTests[test](testPath, config)));
});

@@ -78,0 +79,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