New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-naturalatlas

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-naturalatlas - npm Package Compare versions

Comparing version

to
0.1.2

.eslintrc

2

base.js

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

*/
'indent': [2, "tab"], // http://eslint.org/docs/rules/indent
'indent': [2, "tab", {'SwitchCase': 1}], // http://eslint.org/docs/rules/indent
'brace-style': [

@@ -123,0 +123,0 @@ 2, // http://eslint.org/docs/rules/brace-style

{
"name": "eslint-config-naturalatlas",
"version": "0.1.1",
"version": "0.1.2",
"description": "Natural Atlas ESLint configuration",
"main": "base.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha ./test/index.js"
},

@@ -26,3 +26,8 @@ "repository": {

"extend": "^3.0.0"
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^1.7.3",
"mocha": "^2.3.3"
}
}

Sorry, the diff of this file is not supported yet