eslint-config-exchange-solutions
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -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 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16751
15
409
+ Addedeslint-config-airbnb@^3.1.0
+ Addedeslint-config-airbnb@3.1.0(transitive)
- Removedeslint-config-airbnb@2.1.1(transitive)