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

eslint-config-lystable

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-lystable - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.index.js.un~

2

index.js
module.exports = {
"plugins": ["react"],
// Extend AirBnB style guide - https://github.com/airbnb/javascript
"extends": "lystable/node_modules/eslint-config-airbnb",
"extends": "eslint-config-airbnb",
// on top of the AirBnB guide...

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

{
"name": "eslint-config-lystable",
"version": "1.0.1",
"version": "2.0.0",
"description": "Base eslint config conforming to Lystable development guidelines",

@@ -24,8 +24,6 @@ "main": "index.js",

},
"dependencies": {
"eslint-config-airbnb": "^2.1.1"
},
"peerDependencies": {
"eslint-config-airbnb": "^2.1.1",
"eslint": ">=1.0.0"
}
}
Lystable Javascript ESLint config
=================================
Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires eslint and eslint-plugin-react.
Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires `eslint` and `eslint-plugin-react`.
1. Install with `npm install --save-dev eslint-config-lystable`
1. Install with `npm install --save-dev eslint eslint-config-lystable eslint-plugin-react`
2. Add `"extends": "lystable"` to your .eslintrc
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