@kevin.eu/eslint-config-kevin-react
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -19,2 +19,3 @@ { | ||
}, | ||
"project": "./tsconfig.json", | ||
"sourceType": "module" | ||
@@ -21,0 +22,0 @@ }, |
{ | ||
"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" | ||
} | ||
} | ||
} | ||
} | ||
``` |
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
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
2667
78
19