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

eslint-config-jameslnewell

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-jameslnewell - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

index.js
var fs = require('fs');
var path = require('path');
var strip = require('strip-json-comments');
module.exports = JSON.parse(strip(fs.readFileSync(path.join(__dirname, 'defaults.json')).toString()));
module.exports = JSON.parse(strip(fs.readFileSync(path.join(__dirname, 'defaults.json')).toString()));
{
"name": "eslint-config-jameslnewell",
"version": "0.0.6",
"version": "0.0.7",
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,3 +11,3 @@ # eslint-config-jameslnewell

`.eslintrc`
Create an `.eslintrc` file:

@@ -18,2 +18,6 @@ {

Run `eslint`:
eslint *.js
## Rules

@@ -20,0 +24,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