eslint-config-redmart
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eslint-config-redmart", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Redmart/eslint-config-redmart.git" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Redmart/eslint-config-redmart/issues" | ||
}, | ||
"homepage": "https://github.com/Redmart/eslint-config-redmart" | ||
"name": "eslint-config-redmart", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Redmart/eslint-config-redmart.git" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Redmart/eslint-config-redmart/issues" | ||
}, | ||
"homepage": "https://github.com/Redmart/eslint-config-redmart" | ||
} |
@@ -1,1 +0,24 @@ | ||
# eslint-config-redmart | ||
# eslint-config-redmart | ||
### Installation | ||
` | ||
$ npm install --save-dev eslint eslint-config-redmart | ||
` | ||
### Usage | ||
Create an `.eslintrc` file and add this config to the `extends` section | ||
```json | ||
{ | ||
"extends": [ | ||
"eslint-config-redmart" | ||
] | ||
} | ||
``` | ||
### Versioning policy | ||
Since adding new rules or modifying existing rules might break builds, such changes should result in a major version bump. | ||
Handcrafted with ♥ at Redmart. |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
3301
25