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

eslint-output

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-output - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

package.json
{
"name": "eslint-output",
"version": "0.0.2",
"description": "export multiple formats of eslint",
"keywords": [
"eslint",
"multiple",
"outputs",
"format",
"formats",
"wrapper"
],
"repository": {

@@ -10,3 +19,2 @@ "type": "git",

"license": "MIT",
"version": "0.0.1",
"private": false,

@@ -13,0 +21,0 @@ "bin": {

7

README.md

@@ -13,3 +13,3 @@ eslint-output

- create an npm script in your package json eg. `"eslint-output": "eslint-output"`
- configure eslint-output with `.eslintoutputrc`. see example below
- configure eslint-output with `.eslintoutputrc` placed at the root of your project's directory. see example below
- run `npm run eslint-output`

@@ -39,4 +39,5 @@

It is optional to also specify configs for the
eslint cliengine using the config property http://eslint.org/docs/developer-guide/nodejs-api#cliengine. However it is recommended you use the `.eslintrc`
- It is optional to also specify configs for the
eslint cliengine using the config property http://eslint.org/docs/developer-guide/nodejs-api#cliengine. However, it is recommended that you use the `.eslintrc`
- file paths are relative to the current working directory

@@ -43,0 +44,0 @@ ## Notes

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