eslint-output
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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": { |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5222
45