standard
Advanced tools
Comparing version 6.0.5 to 6.0.6
@@ -35,3 +35,3 @@ # [WebStorm/PhpStorm][webstorm-1] configuration for Standard Style | ||
- `npm install -g eslint@next eslint-config-standard eslint-plugin-standard` (`sudo` might be required) | ||
- `npm install -g eslint eslint-config-standard eslint-plugin-standard` (`sudo` might be required) | ||
- `echo '{"extends": ["standard"]}' > ~/.eslintrc` (be warned: it overrides an existing file) | ||
@@ -38,0 +38,0 @@ |
@@ -25,3 +25,4 @@ var eslint = require('eslint') | ||
}, | ||
cwd: __dirname, | ||
formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"' | ||
} |
{ | ||
"name": "standard", | ||
"description": "JavaScript Standard Style", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"author": { | ||
@@ -15,3 +15,3 @@ "email": "feross@feross.org", | ||
"dependencies": { | ||
"eslint": "^2.0.0", | ||
"eslint": "^2.1.0", | ||
"eslint-config-standard": "5.1.0", | ||
@@ -22,7 +22,7 @@ "eslint-config-standard-jsx": "1.1.1", | ||
"eslint-plugin-standard": "^1.3.1", | ||
"standard-engine": "^3.2.0", | ||
"standard-engine": "^3.3.0", | ||
"xtend": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^5.0.0-beta6", | ||
"babel-eslint": "^5.0.0", | ||
"cross-spawn-async": "^2.1.8", | ||
@@ -29,0 +29,0 @@ "minimist": "^1.2.0", |
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
48101
178
Updatedeslint@^2.1.0
Updatedstandard-engine@^3.3.0