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

eslint-config-spaced

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-spaced - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

index.js
module.exports = {
'extends': 'airbnb',
'parser': 'babel-eslint',
'ecmaFeatures': {

@@ -4,0 +5,0 @@ 'experimentalObjectRestSpread': true,

4

package.json
{
"name": "eslint-config-spaced",
"version": "1.0.0",
"version": "1.1.0",
"description": "An extensible shared config for ESLint",

@@ -29,2 +29,3 @@ "main": "index.js",

"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"commitizen": "^2.4.6",

@@ -38,2 +39,3 @@ "cz-conventional-changelog": "^1.1.5",

"peerDependencies": {
"babel-eslint": "^5.0.0-beta6",
"eslint": "^1.10.3",

@@ -40,0 +42,0 @@ "eslint-config-airbnb": "^2.1.1",

@@ -10,6 +10,7 @@ # Spaced

`eslint-plugin-react` which that library depends on,
`babel-eslint` which is used as the parser,
and `eslint` itself.
```
npm install --save-dev eslint-config-spaced eslint-config-airbnb eslint-plugin-react eslint
npm install --save-dev eslint-config-spaced eslint-config-airbnb eslint-plugin-react babel-eslint eslint
```

@@ -16,0 +17,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