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

eslint-config-idea-town

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-idea-town - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

rules.json

12

index.js

@@ -1,11 +0,1 @@

module.exports = {
"extends": [
"eslint:recommended",
"airbnb/base"
],
"rules": {
"comma-dangle": [2, "never"],
"no-console": 1,
"no-use-before-define": [2, "nofunc"]
}
};
module.exports = require('./rules.json');
{
"name": "eslint-config-idea-town",
"description": "Shared ESLint config for idea-town repos",
"version": "1.1.0",
"version": "1.2.0",
"author": "Peter deHaan <peter@deseloper.com> (https://about.me/peterdehaan)",

@@ -6,0 +6,0 @@ "bugs": {

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