eslint-config-vesparny
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "eslint-config-vesparny", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Eslint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,27 @@ | ||
# Eslint config | ||
# eslint-config-vesparny | ||
My personal [shared ESLint config](http://eslint.org/docs/developer-guide/shareable-configs) | ||
## Usage | ||
```bs | ||
npm install --save-dev eslint-config-vesparny | ||
``` | ||
Then, extend `eslint-config-vesparny` in your `.eslintrc`: | ||
```json | ||
{ | ||
"extends": "eslint-config-vesparny" | ||
} | ||
``` | ||
React specific rules | ||
```json | ||
{ | ||
"extends": "eslint-config-vesparny/react" | ||
} | ||
``` |
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
9929
28