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

eslint-config-frisk

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-frisk - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

5

index.js

@@ -5,3 +5,4 @@ module.exports = {

"commonjs": true,
"es6": true
"es6": true,
"mocha": true
},

@@ -267,3 +268,3 @@ "extends": [ "eslint:recommended", "plugin:react/recommended" ],

"space-before-blocks": "error",
"space-before-function-paren": "off",
"space-before-function-paren": [ "error", "never" ],
"space-in-parens": "off",

@@ -270,0 +271,0 @@ "space-infix-ops": "error",

2

package.json
{
"name": "eslint-config-frisk",
"version": "0.3.0",
"version": "0.4.0",
"description": "ESLint config for various Frisk UI projects.",

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

@@ -5,2 +5,22 @@ # ESLint Config #

## Using this ESLint Config ##
Just like any other config:
```
$ npm install --save-dev eslint-config-frisk
```
## .eslintrc.js ##
In your repo you can use the following in your `.eslintrc.js` to extend this config:
```
module.exports = {
"extends": [ "frisk" ],
}
```
That's it.
(Ends)
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