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

eslint-config-origami-component

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-origami-component - npm Package Compare versions

Comparing version 1.0.0 to 1.0.4

.github/CODEOWNERS

9

package.json
{
"name": "eslint-config-origami-component",
"version": "1.0.0",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"main": "config.js",
"author": "Jake Champion",
"license": "MIT",
"devDependencies": {
"@financial-times/origami-service-makefile": "^6.0.1",
"mocha": "^4.0.1",
"proclaim": "^3.4.2"
}
}

@@ -7,3 +7,3 @@ # eslint-config-origami-component

Just install this package somewhere your eslint can find it (`npm
Install this package somewhere your eslint can find it (`npm
install -g eslint-config-origami-component` if your eslint is installed with

@@ -16,10 +16,5 @@ `-g` too), and put

{
"extends": "eslint-config-origami-components", // You can omit the `eslint-config-` part
"rules": {
// Override any settings from the "parent" configuration
// For example, Next may want to override some rules for their Next components
}
"extends": "eslint-config-origami-components"
}
```
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