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

eslint-config-renarsvilnis

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-renarsvilnis - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "eslint-config-renarsvilnis",
"version": "1.0.0",
"version": "1.0.1",
"description": "Personal eslint configuration for use with es6 and react",

@@ -5,0 +5,0 @@ "main": "index.js",

# eslint-config-renarsvilnis
Personal eslint configuration based on semistandard
Personal eslint configuration based on [semistandard](https://github.com/Flet/semistandard) which is based on [standard](https://github.com/feross/standard) for usage with [babel](http://babeljs.io/) and [react.js](http://facebook.github.io/react/)
### Usage
1. Add module
1. Install the NPM module
```bash
# Install this module
# Add the configuration
npm i -D eslint-config-renarsvilnis

@@ -15,2 +15,4 @@

2. Add `.eslintrc` file into the root of your project
*Note:* Possible but frowned upon extending this configuration
```json

@@ -23,2 +25,2 @@ {

### TODO
- [ ] Add customization like non-react, non-es6, similar as (airbnb)[https://www.npmjs.com/package/eslint-config-airbnb] does it
- Add customization like non-react, non-es6, similar as [airbnb](https://www.npmjs.com/package/eslint-config-airbnb) does it
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