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

eslint-config-redmart

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-redmart - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

36

package.json
{
"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.
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