altheajs-eslint-config
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "altheajs-eslint-config", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An eslint config, what else?", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,5 +27,5 @@ # altheajs-eslint-config | ||
```json | ||
```js | ||
{ | ||
/// ...package.json | ||
// ...package.json | ||
"eslintConfig": { | ||
@@ -50,9 +50,9 @@ "extends" : "altheajs-eslint-config" | ||
```json | ||
```js | ||
{ | ||
/// ...package.json | ||
// ...package.json | ||
"scripts": { | ||
/// check for linting errors | ||
// check for linting errors | ||
"lint:quality": "eslint -c .eslintrc.js ./**/*", | ||
/// fix and apply the rules to those that can be fixed | ||
// fix and apply the rules to those that can be fixed | ||
"fix:quality": "eslint -c .eslintrc.js ./**/* --fix", | ||
@@ -71,5 +71,5 @@ } | ||
```json | ||
```js | ||
{ | ||
/// ...settings.json | ||
// ...settings.json | ||
"editor.codeActionsOnSave": { | ||
@@ -76,0 +76,0 @@ "source.fixAll.eslint": true |
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
2506