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

@kevin.eu/eslint-config-kevin-react

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kevin.eu/eslint-config-kevin-react - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

1

.eslintrc.json

@@ -19,2 +19,3 @@ {

},
"project": "./tsconfig.json",
"sourceType": "module"

@@ -21,0 +22,0 @@ },

2

package.json
{
"name": "@kevin.eu/eslint-config-kevin-react",
"version": "0.0.2",
"version": "0.1.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "files": [

# Kevin react eslint config
This is the standard kevin eslint config for react projects approved by kevin team.
This is the standard kevin eslint config for react projects approved by kevin team.
To use this eslint config make sure to install `yarn add eslint-import-resolver-webpack` and update your .eslintrc.json like so:
```json
{
"extends": "@kevin.eu/eslint-config-kevin-react",
"settings": {
"import/resolver": {
"webpack": {
"config": "./webpack.config.js"
}
}
}
}
```
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